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: #c25719;
}
.color-2 {
color: #f69e23;
}
.color-3 {
color: #f5d75b;
}
.color-4 {
color: #f6b5b1;
}
.color-5 {
color: #d95e3f;
}

/* CSS Variables */
:root {
--color-1: #c25719;
--color-2: #f69e23;
--color-3: #f5d75b;
--color-4: #f6b5b1;
--color-5: #d95e3f;
}

CSS con gradiente di sfondo Coral Sunset

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c25719, #f69e23, #f5d75b, #f6b5b1, #d95e3f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c25719, #f69e23, #f5d75b, #f6b5b1, #d95e3f);
}

Coral Sunset color palette created on .