Vanilla Cream Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Vanilla Cream palette
Vanilla Cream color palette PNG image
Vanilla Cream color palette CSS
/* CSS */
.color-1 {
color: #f6edc1;
}
.color-2 {
color: #ebe6b2;
}
.color-3 {
color: #d7c8a2;
}
.color-4 {
color: #e1b5a3;
}
.color-5 {
color: #e4b0af;
}
/* CSS Variables */
:root {
--color-1: #f6edc1;
--color-2: #ebe6b2;
--color-3: #d7c8a2;
--color-4: #e1b5a3;
--color-5: #e4b0af;
}
Vanilla Cream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6edc1, #ebe6b2, #d7c8a2, #e1b5a3, #e4b0af);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6edc1, #ebe6b2, #d7c8a2, #e1b5a3, #e4b0af);
}
Similar color palettes
Vanilla Cream color palette created on .