Seyna's Sunrise Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Seyna's Sunrise palette

Share this palette to:

Seyna's Sunrise color palette CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ff9b61;
}
.color-3 {
color: #ffb561;
}
.color-4 {
color: #ffda61;
}
.color-5 {
color: #61c0ff;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ff9b61;
--color-3: #ffb561;
--color-4: #ffda61;
--color-5: #61c0ff;
}

Seyna's Sunrise background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ff9b61, #ffb561, #ffda61, #61c0ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ff9b61, #ffb561, #ffda61, #61c0ff);
}

Seyna's Sunrise color palette created on .