Terracotta Dream Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Terracotta Dream palette

Condividi questa palette a:

tavolozza dei colori Terracotta Dream CSS

/* CSS */
.color-1 {
color: #e17c60;
}
.color-2 {
color: #f4bebe;
}
.color-3 {
color: #f1e0b1;
}
.color-4 {
color: #b8d7b7;
}
.color-5 {
color: #5d6f62;
}

/* CSS Variables */
:root {
--color-1: #e17c60;
--color-2: #f4bebe;
--color-3: #f1e0b1;
--color-4: #b8d7b7;
--color-5: #5d6f62;
}

CSS con gradiente di sfondo Terracotta Dream

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e17c60, #f4bebe, #f1e0b1, #b8d7b7, #5d6f62);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e17c60, #f4bebe, #f1e0b1, #b8d7b7, #5d6f62);
}

Terracotta Dream color palette created on .