Retro Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Retro Serenity palette
Retro Serenity color palette CSS
/* CSS */
.color-1 {
color: #d5cec3;
}
.color-2 {
color: #a9b9d6;
}
.color-3 {
color: #bac8d9;
}
.color-4 {
color: #f6e9c1;
}
.color-5 {
color: #d6a77a;
}
/* CSS Variables */
:root {
--color-1: #d5cec3;
--color-2: #a9b9d6;
--color-3: #bac8d9;
--color-4: #f6e9c1;
--color-5: #d6a77a;
}
Retro Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d5cec3, #a9b9d6, #bac8d9, #f6e9c1, #d6a77a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d5cec3, #a9b9d6, #bac8d9, #f6e9c1, #d6a77a);
}
Similar color palettes
Retro Serenity color palette created on .