Coral Fireworks Tavolozza dei colori

Luminositร 

Saturazione

Calore

UI Examples

Explore beautiful UI components with Coral Fireworks palette

Condividi questa palette a:

tavolozza dei colori Coral Fireworks CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ffa280;
}
.color-3 {
color: #ffd6b3;
}
.color-4 {
color: #4bbead;
}
.color-5 {
color: #fdffb8;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ffa280;
--color-3: #ffd6b3;
--color-4: #4bbead;
--color-5: #fdffb8;
}

CSS con gradiente di sfondo Coral Fireworks

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ffa280, #ffd6b3, #4bbead, #fdffb8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ffa280, #ffd6b3, #4bbead, #fdffb8);
}

Coral Fireworks color palette created on .