Joyful Sunrise Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Joyful Sunrise palette

Share this palette to:

Joyful Sunrise color palette CSS

/* CSS */
.color-1 {
color: #ffdc42;
}
.color-2 {
color: #ffaa33;
}
.color-3 {
color: #ff7542;
}
.color-4 {
color: #ff5778;
}
.color-5 {
color: #ff4265;
}

/* CSS Variables */
:root {
--color-1: #ffdc42;
--color-2: #ffaa33;
--color-3: #ff7542;
--color-4: #ff5778;
--color-5: #ff4265;
}

Joyful Sunrise background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffdc42, #ffaa33, #ff7542, #ff5778, #ff4265);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffdc42, #ffaa33, #ff7542, #ff5778, #ff4265);
}

Joyful Sunrise color palette created on .