Minimalist Aesthetic Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Minimalist Aesthetic palette

Share this palette to:

Minimalist Aesthetic color palette CSS

/* CSS */
.color-1 {
color: #f4efeb;
}
.color-2 {
color: #eae1dc;
}
.color-3 {
color: #dcd0cb;
}
.color-4 {
color: #cebfbb;
}
.color-5 {
color: #c0adaa;
}

/* CSS Variables */
:root {
--color-1: #f4efeb;
--color-2: #eae1dc;
--color-3: #dcd0cb;
--color-4: #cebfbb;
--color-5: #c0adaa;
}

Minimalist Aesthetic background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4efeb, #eae1dc, #dcd0cb, #cebfbb, #c0adaa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4efeb, #eae1dc, #dcd0cb, #cebfbb, #c0adaa);
}

Minimalist Aesthetic color palette created on .