Pure Vanilla Cookie Tavolozza dei colori
Luminosità
Saturazione
Calore
UI Examples
Explore beautiful UI components with Pure Vanilla Cookie palette
Scarica la tavolozza dei colori Pure Vanilla Cookie (PNG)
tavolozza dei colori Pure Vanilla Cookie CSS
/* CSS */
.color-1 {
color: #f8e5b4;
}
.color-2 {
color: #eedc9b;
}
.color-3 {
color: #d5c67b;
}
.color-4 {
color: #c2b76b;
}
.color-5 {
color: #a69a5e;
}
/* CSS Variables */
:root {
--color-1: #f8e5b4;
--color-2: #eedc9b;
--color-3: #d5c67b;
--color-4: #c2b76b;
--color-5: #a69a5e;
}
CSS con gradiente di sfondo Pure Vanilla Cookie
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8e5b4, #eedc9b, #d5c67b, #c2b76b, #a69a5e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8e5b4, #eedc9b, #d5c67b, #c2b76b, #a69a5e);
}
Tavolozze di colori simili
Pure Vanilla Cookie color palette created on .