Velvet Cream Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Velvet Cream palette
Velvet Cream color palette CSS
/* CSS */
.color-1 {
color: #f0e6d6;
}
.color-2 {
color: #d1c6b8;
}
.color-3 {
color: #b5a99b;
}
.color-4 {
color: #8e7b6b;
}
.color-5 {
color: #5b4e3e;
}
/* CSS Variables */
:root {
--color-1: #f0e6d6;
--color-2: #d1c6b8;
--color-3: #b5a99b;
--color-4: #8e7b6b;
--color-5: #5b4e3e;
}
Velvet Cream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e6d6, #d1c6b8, #b5a99b, #8e7b6b, #5b4e3e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e6d6, #d1c6b8, #b5a99b, #8e7b6b, #5b4e3e);
}
Similar color palettes
Scroll down to explore 90+ Aesthetic color palettes
Velvet Cream color palette created on .