Whispering Ceramics Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispering Ceramics palette
Whispering Ceramics color palette CSS
/* CSS */
.color-1 {
color: #f2e2d4;
}
.color-2 {
color: #d9b2a1;
}
.color-3 {
color: #c79e8a;
}
.color-4 {
color: #bbaf8b;
}
.color-5 {
color: #a28c7c;
}
/* CSS Variables */
:root {
--color-1: #f2e2d4;
--color-2: #d9b2a1;
--color-3: #c79e8a;
--color-4: #bbaf8b;
--color-5: #a28c7c;
}
Whispering Ceramics background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2e2d4, #d9b2a1, #c79e8a, #bbaf8b, #a28c7c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2e2d4, #d9b2a1, #c79e8a, #bbaf8b, #a28c7c);
}
Similar color palettes
Scroll down to explore 40+ Aesthetic color palettes
Whispering Ceramics color palette created on .