Seashell Sunrise Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Seashell Sunrise palette

Share this palette to:

Seashell Sunrise color palette CSS

/* CSS */
.color-1 {
color: #f6b83c;
}
.color-2 {
color: #f0a800;
}
.color-3 {
color: #f2d65a;
}
.color-4 {
color: #f9c3a4;
}
.color-5 {
color: #e77e23;
}

/* CSS Variables */
:root {
--color-1: #f6b83c;
--color-2: #f0a800;
--color-3: #f2d65a;
--color-4: #f9c3a4;
--color-5: #e77e23;
}

Seashell Sunrise background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6b83c, #f0a800, #f2d65a, #f9c3a4, #e77e23);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6b83c, #f0a800, #f2d65a, #f9c3a4, #e77e23);
}

Seashell Sunrise color palette created on .