Lustrous Reflections Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Lustrous Reflections palette
Lustrous Reflections color palette CSS
/* CSS */
.color-1 {
color: #84c1d7;
}
.color-2 {
color: #f6d89d;
}
.color-3 {
color: #f9b1ae;
}
.color-4 {
color: #f4a462;
}
.color-5 {
color: #2e6b50;
}
/* CSS Variables */
:root {
--color-1: #84c1d7;
--color-2: #f6d89d;
--color-3: #f9b1ae;
--color-4: #f4a462;
--color-5: #2e6b50;
}
Lustrous Reflections background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #84c1d7, #f6d89d, #f9b1ae, #f4a462, #2e6b50);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #84c1d7, #f6d89d, #f9b1ae, #f4a462, #2e6b50);
}
Similar color palettes
Lustrous Reflections color palette created on .