Remy’s Boyz Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Remy’s Boyz palette
Remy’s Boyz color palette CSS
/* CSS */
.color-1 {
color: #d8a85a;
}
.color-2 {
color: #e9b99b;
}
.color-3 {
color: #e59e9f;
}
.color-4 {
color: #f3c9a0;
}
.color-5 {
color: #f6d8c1;
}
/* CSS Variables */
:root {
--color-1: #d8a85a;
--color-2: #e9b99b;
--color-3: #e59e9f;
--color-4: #f3c9a0;
--color-5: #f6d8c1;
}
Remy’s Boyz background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8a85a, #e9b99b, #e59e9f, #f3c9a0, #f6d8c1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8a85a, #e9b99b, #e59e9f, #f3c9a0, #f6d8c1);
}
Similar color palettes
Scroll down to explore 30+ Aesthetic color palettes
Remy’s Boyz color palette created on .