Creamy Shades Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Creamy Shades palette
Creamy Shades color palette CSS
/* CSS */
.color-1 {
color: #f6e5d5;
}
.color-2 {
color: #f2d9b5;
}
.color-3 {
color: #e9b58b;
}
.color-4 {
color: #e3a47d;
}
.color-5 {
color: #d7a060;
}
/* CSS Variables */
:root {
--color-1: #f6e5d5;
--color-2: #f2d9b5;
--color-3: #e9b58b;
--color-4: #e3a47d;
--color-5: #d7a060;
}
Creamy Shades background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e5d5, #f2d9b5, #e9b58b, #e3a47d, #d7a060);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e5d5, #f2d9b5, #e9b58b, #e3a47d, #d7a060);
}
Similar color palettes
Scroll down to explore 300+ Cream color palettes
Creamy Shades color palette created on .