Golden Hearth Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Golden Hearth Serenity palette
Golden Hearth Serenity color palette CSS
/* CSS */
.color-1 {
color: #e0b700;
}
.color-2 {
color: #a87b00;
}
.color-3 {
color: #6b4f00;
}
.color-4 {
color: #3c3a2f;
}
.color-5 {
color: #c3d8b0;
}
/* CSS Variables */
:root {
--color-1: #e0b700;
--color-2: #a87b00;
--color-3: #6b4f00;
--color-4: #3c3a2f;
--color-5: #c3d8b0;
}
Golden Hearth Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0b700, #a87b00, #6b4f00, #3c3a2f, #c3d8b0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0b700, #a87b00, #6b4f00, #3c3a2f, #c3d8b0);
}
Similar color palettes
Golden Hearth Serenity color palette created on .