Rolex Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Rolex palette
Color Inspiration
Images that showcase this color palette in real designs
Download Rolex Color Palette (PNG)
Rolex color palette CSS
/* CSS */
.color-1 {
color: #00947b;
}
.color-2 {
color: #00b398;
}
.color-3 {
color: #00d1b2;
}
.color-4 {
color: #00e6c3;
}
.color-5 {
color: #00ffdd;
}
/* CSS Variables */
:root {
--color-1: #00947b;
--color-2: #00b398;
--color-3: #00d1b2;
--color-4: #00e6c3;
--color-5: #00ffdd;
}
Rolex background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00947b, #00b398, #00d1b2, #00e6c3, #00ffdd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00947b, #00b398, #00d1b2, #00e6c3, #00ffdd);
}
Similar color palettes
Scroll down to explore 10+ Luxury color palettes
Rolex color palette created on .