Coral Sunset Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Coral Sunset palette

Condividi questa palette a:

tavolozza dei colori Coral Sunset CSS

/* CSS */
.color-1 {
color: #df8768;
}
.color-2 {
color: #dfad7c;
}
.color-3 {
color: #dfbec2;
}
.color-4 {
color: #e0d0f6;
}
.color-5 {
color: #ddd1ff;
}

/* CSS Variables */
:root {
--color-1: #df8768;
--color-2: #dfad7c;
--color-3: #dfbec2;
--color-4: #e0d0f6;
--color-5: #ddd1ff;
}

CSS con gradiente di sfondo Coral Sunset

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #df8768, #dfad7c, #dfbec2, #e0d0f6, #ddd1ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #df8768, #dfad7c, #dfbec2, #e0d0f6, #ddd1ff);
}

Coral Sunset color palette created on .