Emerald Sunrise Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Emerald Sunrise palette

Condividi questa palette a:

tavolozza dei colori Emerald Sunrise CSS

/* CSS */
.color-1 {
color: #a3d55d;
}
.color-2 {
color: #f69f2c;
}
.color-3 {
color: #e76e32;
}
.color-4 {
color: #d03e6c;
}
.color-5 {
color: #9b5089;
}

/* CSS Variables */
:root {
--color-1: #a3d55d;
--color-2: #f69f2c;
--color-3: #e76e32;
--color-4: #d03e6c;
--color-5: #9b5089;
}

CSS con gradiente di sfondo Emerald Sunrise

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d55d, #f69f2c, #e76e32, #d03e6c, #9b5089);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d55d, #f69f2c, #e76e32, #d03e6c, #9b5089);
}

Emerald Sunrise color palette created on .