Pure Vanilla Cookie Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pure Vanilla Cookie palette
Download Pure Vanilla Cookie Color Palette (PNG)
Pure Vanilla Cookie color palette 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;
}
Pure Vanilla Cookie background gradient CSS
/* 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);
}
Similar color palettes
Pure Vanilla Cookie color palette created on .