Coral Dreams Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Coral Dreams palette

Condividi questa palette a:

tavolozza dei colori Coral Dreams CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ffa142;
}
.color-3 {
color: #ffcb5c;
}
.color-4 {
color: #f4e1a4;
}
.color-5 {
color: #e0f7d4;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ffa142;
--color-3: #ffcb5c;
--color-4: #f4e1a4;
--color-5: #e0f7d4;
}

CSS con gradiente di sfondo Coral Dreams

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ffa142, #ffcb5c, #f4e1a4, #e0f7d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ffa142, #ffcb5c, #f4e1a4, #e0f7d4);
}

Coral Dreams color palette created on .