Minimalist Aesthetic Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Minimalist Aesthetic palette
Minimalist Aesthetic color palette CSS
/* CSS */
.color-1 {
color: #faf5f0;
}
.color-2 {
color: #f7eee9;
}
.color-3 {
color: #f0e2db;
}
.color-4 {
color: #e9d5ce;
}
.color-5 {
color: #e4cbc4;
}
/* CSS Variables */
:root {
--color-1: #faf5f0;
--color-2: #f7eee9;
--color-3: #f0e2db;
--color-4: #e9d5ce;
--color-5: #e4cbc4;
}
Minimalist Aesthetic background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #faf5f0, #f7eee9, #f0e2db, #e9d5ce, #e4cbc4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #faf5f0, #f7eee9, #f0e2db, #e9d5ce, #e4cbc4);
}
Similar color palettes
Minimalist Aesthetic color palette created on .