Vanilla Cream Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Vanilla Cream palette
tavolozza dei colori Vanilla Cream CSS
/* CSS */
.color-1 {
color: #f6e6d5;
}
.color-2 {
color: #e3c9b5;
}
.color-3 {
color: #d1b29e;
}
.color-4 {
color: #e3b38c;
}
.color-5 {
color: #f5e2c7;
}
/* CSS Variables */
:root {
--color-1: #f6e6d5;
--color-2: #e3c9b5;
--color-3: #d1b29e;
--color-4: #e3b38c;
--color-5: #f5e2c7;
}
CSS con gradiente di sfondo Vanilla Cream
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e6d5, #e3c9b5, #d1b29e, #e3b38c, #f5e2c7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e6d5, #e3c9b5, #d1b29e, #e3b38c, #f5e2c7);
}
Tavolozze di colori simili
Vanilla Cream color palette created on .