Sponge Sunrise Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sponge Sunrise palette

Share this palette to:

Sponge Sunrise color palette CSS

/* CSS */
.color-1 {
color: #f0e78e;
}
.color-2 {
color: #f9d37b;
}
.color-3 {
color: #f8b768;
}
.color-4 {
color: #f39b58;
}
.color-5 {
color: #ed7e4a;
}

/* CSS Variables */
:root {
--color-1: #f0e78e;
--color-2: #f9d37b;
--color-3: #f8b768;
--color-4: #f39b58;
--color-5: #ed7e4a;
}

Sponge Sunrise background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e78e, #f9d37b, #f8b768, #f39b58, #ed7e4a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e78e, #f9d37b, #f8b768, #f39b58, #ed7e4a);
}

Sponge Sunrise color palette created on .