Deep Coral Sunset Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Deep Coral Sunset palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Deep Coral Sunset

Download deep coral sunset color palette PNG image (landscape)
Download deep coral sunset color palette PNG image (square)

tavolozza dei colori Deep Coral Sunset CSS

/* CSS */
.color-1 {
color: #003f5c;
}
.color-2 {
color: #304c7e;
}
.color-3 {
color: #665190;
}
.color-4 {
color: #d44e86;
}
.color-5 {
color: #f95d6a;
}

/* CSS Variables */
:root {
--color-1: #003f5c;
--color-2: #304c7e;
--color-3: #665190;
--color-4: #d44e86;
--color-5: #f95d6a;
}

CSS con gradiente di sfondo Deep Coral Sunset

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #003f5c, #304c7e, #665190, #d44e86, #f95d6a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #003f5c, #304c7e, #665190, #d44e86, #f95d6a);
}

Deep Coral Sunset color palette created on .