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