Creamy Shades Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Creamy Shades palette

Share this palette to:

Creamy Shades color palette CSS

/* CSS */
.color-1 {
color: #f7e7b6;
}
.color-2 {
color: #d6cda4;
}
.color-3 {
color: #a7baa1;
}
.color-4 {
color: #6d7e8d;
}
.color-5 {
color: #4b4e53;
}

/* CSS Variables */
:root {
--color-1: #f7e7b6;
--color-2: #d6cda4;
--color-3: #a7baa1;
--color-4: #6d7e8d;
--color-5: #4b4e53;
}

Creamy Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7e7b6, #d6cda4, #a7baa1, #6d7e8d, #4b4e53);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7e7b6, #d6cda4, #a7baa1, #6d7e8d, #4b4e53);
}

Creamy Shades color palette created on .