Golden Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Golden Serenity palette
Golden Serenity color palette CSS
/* CSS */
.color-1 {
color: #f0a800;
}
.color-2 {
color: #f1c84b;
}
.color-3 {
color: #f2e6b1;
}
.color-4 {
color: #a3d5e0;
}
.color-5 {
color: #7c9c9b;
}
/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #f1c84b;
--color-3: #f2e6b1;
--color-4: #a3d5e0;
--color-5: #7c9c9b;
}
Golden Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #f1c84b, #f2e6b1, #a3d5e0, #7c9c9b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #f1c84b, #f2e6b1, #a3d5e0, #7c9c9b);
}
Similar color palettes
Golden Serenity color palette created on .