Minimalist Aesthetic カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Minimalist Aesthetic palette
Minimalist Aesthetic カラーパレット 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 の背景のグラデーション 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);
}
似たようなカラーパレット
Minimalist Aesthetic color palette created on .