Emmy's Radiance Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Emmy's Radiance palette

Condividi questa palette a:

tavolozza dei colori Emmy's Radiance CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #71a3ef;
}
.color-3 {
color: #f7c6a1;
}
.color-4 {
color: #ffb84d;
}
.color-5 {
color: #681b98;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #71a3ef;
--color-3: #f7c6a1;
--color-4: #ffb84d;
--color-5: #681b98;
}

CSS con gradiente di sfondo Emmy's Radiance

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #71a3ef, #f7c6a1, #ffb84d, #681b98);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #71a3ef, #f7c6a1, #ffb84d, #681b98);
}

Emmy's Radiance color palette created on .