Coral Reef Sunset Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Coral Reef Sunset palette

Condividi questa palette a:

tavolozza dei colori Coral Reef Sunset CSS

/* CSS */
.color-1 {
color: #d88b4f;
}
.color-2 {
color: #f0b66a;
}
.color-3 {
color: #e59c48;
}
.color-4 {
color: #d56948;
}
.color-5 {
color: #a24c2a;
}

/* CSS Variables */
:root {
--color-1: #d88b4f;
--color-2: #f0b66a;
--color-3: #e59c48;
--color-4: #d56948;
--color-5: #a24c2a;
}

CSS con gradiente di sfondo Coral Reef Sunset

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d88b4f, #f0b66a, #e59c48, #d56948, #a24c2a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d88b4f, #f0b66a, #e59c48, #d56948, #a24c2a);
}

Coral Reef Sunset color palette created on .