Cozy Neutrals Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Cozy Neutrals palette
Color Inspiration
Images that showcase this color palette in real designs
Download Cozy Neutrals Color Palette (PNG)
Cozy Neutrals color palette CSS
/* CSS */
.color-1 {
color: #ece9e4;
}
.color-2 {
color: #c6c8c8;
}
.color-3 {
color: #b2926c;
}
.color-4 {
color: #aec5c6;
}
.color-5 {
color: #3c4b5d;
}
/* CSS Variables */
:root {
--color-1: #ece9e4;
--color-2: #c6c8c8;
--color-3: #b2926c;
--color-4: #aec5c6;
--color-5: #3c4b5d;
}
Cozy Neutrals background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ece9e4, #c6c8c8, #b2926c, #aec5c6, #3c4b5d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ece9e4, #c6c8c8, #b2926c, #aec5c6, #3c4b5d);
}
Similar color palettes
Cozy Neutrals color palette created on .