Beauty in the Unexpected Tavolozza dei colori
Luminositร
Saturazione
Calore
UI Examples
Explore beautiful UI components with Beauty in the Unexpected palette
tavolozza dei colori Beauty in the Unexpected CSS
/* CSS */
.color-1 {
color: #8c4f4f;
}
.color-2 {
color: #b78f8f;
}
.color-3 {
color: #f0c1c1;
}
.color-4 {
color: #f9e7e7;
}
.color-5 {
color: #fcf8f8;
}
/* CSS Variables */
:root {
--color-1: #8c4f4f;
--color-2: #b78f8f;
--color-3: #f0c1c1;
--color-4: #f9e7e7;
--color-5: #fcf8f8;
}
CSS con gradiente di sfondo Beauty in the Unexpected
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8c4f4f, #b78f8f, #f0c1c1, #f9e7e7, #fcf8f8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8c4f4f, #b78f8f, #f0c1c1, #f9e7e7, #fcf8f8);
}
Tavolozze di colori simili
Nessuna tavolozza trovata
Prova filtri diversi o cancella la tua selezione attuale.
Beauty in the Unexpected color palette created on .