Remembered Admin Color Login Wordpress Plugin - Rating, Reviews, Demo & Download
Plugin Description
After a successful login, the plugin remembers that user’s selected WordPress admin color scheme in a secure browser cookie. The next time that browser displays wp-login.php, the login page uses the remembered colors.
Features:
- Supports all nine bundled WordPress admin color schemes.
- Reads colors from WordPress’s registered admin schemes instead of maintaining copied palettes.
- Remembers the most recently logged-in user’s scheme per browser/device.
- Updates immediately when a user changes their own admin color scheme.
- Applies matching colors to login, lost-password, reset-password, registration, notices, links, inputs, buttons, checkboxes, and login help controls.
- Uses a standard enqueued stylesheet for the plugin’s login color rules.
- Allows developers to replace the plugin’s default login color stylesheet from the active theme.
- Automatically loads an optional style-login.css from the active theme after the RACL color stylesheet.
- Preserves WordPress’s native login layout, shadows, radii, and logo presentation.
- Falls back to the standard Fresh scheme on a browser’s first visit.
- No settings screen or database options required.
Customizing the Login Styles
Remembered Admin Color Login includes a default login stylesheet that uses the colors from the remembered WordPress admin color scheme.
Developers can customize these styles without modifying the plugin files.
Replacing the plugin color stylesheet
The plugin’s default stylesheet is located at:
assets/css/login-colors.css
To customize it, copy the file to the active theme using the following location:
racl/login-colors.css
For example:
wp-content/themes/your-theme/racl/login-colors.css
The theme copy completely replaces the plugin’s standard login color stylesheet. This allows developers to modify how the remembered color scheme is applied without editing plugin files.
Because the customized stylesheet is stored in the theme, plugin updates will not overwrite these changes.
The plugin continues to generate the remembered admin color values dynamically and makes them available through the following CSS custom properties:
- –racl-page
- –racl-panel
- –racl-text
- –racl-primary
- –racl-hover
- –racl-button-text
These variables can be used anywhere in the replacement stylesheet.
Additional theme login styling
The plugin also supports an optional:
style-login.css
file in the active theme.
The two stylesheets serve different purposes:
- racl/login-colors.css is a complete replacement for the plugin’s standard login color stylesheet. A developer copies it into the theme and modifies it.
- style-login.css remains the site’s final login stylesheet and can be used for additional customization beyond the plugin’s color scheme, including logo sizing, layout, typography, spacing, and other site-specific styling.
When both files are present, the stylesheet order is:
- WordPress login styles.
- The RACL login color stylesheet, either the plugin copy or the theme replacement.
- The theme’s optional style-login.css file.
This allows style-login.css to provide final site-specific overrides.
Screenshots
No screenshots provided

