Verdant Sunrise Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Verdant Sunrise palette

Share this palette to:

Verdant Sunrise color palette CSS

/* CSS */
.color-1 {
color: #6bc52b;
}
.color-2 {
color: #a7e3a1;
}
.color-3 {
color: #f2f5d1;
}
.color-4 {
color: #f8c84f;
}
.color-5 {
color: #f06a5c;
}

/* CSS Variables */
:root {
--color-1: #6bc52b;
--color-2: #a7e3a1;
--color-3: #f2f5d1;
--color-4: #f8c84f;
--color-5: #f06a5c;
}

Verdant Sunrise background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6bc52b, #a7e3a1, #f2f5d1, #f8c84f, #f06a5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6bc52b, #a7e3a1, #f2f5d1, #f8c84f, #f06a5c);
}

Verdant Sunrise color palette created on .