Whispered Creams Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispered Creams palette
Whispered Creams color palette CSS
/* CSS */
.color-1 {
color: #f2e6d9;
}
.color-2 {
color: #e2c7b1;
}
.color-3 {
color: #d4b8a0;
}
.color-4 {
color: #b79a8a;
}
.color-5 {
color: #9a7e7e;
}
/* CSS Variables */
:root {
--color-1: #f2e6d9;
--color-2: #e2c7b1;
--color-3: #d4b8a0;
--color-4: #b79a8a;
--color-5: #9a7e7e;
}
Whispered Creams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2e6d9, #e2c7b1, #d4b8a0, #b79a8a, #9a7e7e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2e6d9, #e2c7b1, #d4b8a0, #b79a8a, #9a7e7e);
}
Similar color palettes
Scroll down to explore 90+ Aesthetic color palettes
Whispered Creams color palette created on .