Coral Elegance Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Coral Elegance palette

Condividi questa palette a:

tavolozza dei colori Coral Elegance CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #6a8faf;
}
.color-3 {
color: #4b9b8e;
}
.color-4 {
color: #f2d49c;
}
.color-5 {
color: #d94f3a;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #6a8faf;
--color-3: #4b9b8e;
--color-4: #f2d49c;
--color-5: #d94f3a;
}

CSS con gradiente di sfondo Coral Elegance

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #6a8faf, #4b9b8e, #f2d49c, #d94f3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #6a8faf, #4b9b8e, #f2d49c, #d94f3a);
}

Coral Elegance color palette created on .