Golden Sunrise Whispers Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Golden Sunrise Whispers palette
Golden Sunrise Whispers color palette CSS
/* CSS */
.color-1 {
color: #ffbd61;
}
.color-2 {
color: #ffd899;
}
.color-3 {
color: #ffda9e;
}
.color-4 {
color: #ffc17a;
}
.color-5 {
color: #ffb84d;
}
/* CSS Variables */
:root {
--color-1: #ffbd61;
--color-2: #ffd899;
--color-3: #ffda9e;
--color-4: #ffc17a;
--color-5: #ffb84d;
}
Golden Sunrise Whispers background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffbd61, #ffd899, #ffda9e, #ffc17a, #ffb84d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffbd61, #ffd899, #ffda9e, #ffc17a, #ffb84d);
}
Similar color palettes
Golden Sunrise Whispers color palette created on .