Minimalist Aesthetic カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Minimalist Aesthetic palette

このパレットを共有する先:

Minimalist Aesthetic カラーパレット CSS

/* CSS */
.color-1 {
color: #faecd6;
}
.color-2 {
color: #f1d4c0;
}
.color-3 {
color: #e4baaa;
}
.color-4 {
color: #d69ab4;
}
.color-5 {
color: #af6fb8;
}

/* CSS Variables */
:root {
--color-1: #faecd6;
--color-2: #f1d4c0;
--color-3: #e4baaa;
--color-4: #d69ab4;
--color-5: #af6fb8;
}

Minimalist Aesthetic の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #faecd6, #f1d4c0, #e4baaa, #d69ab4, #af6fb8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #faecd6, #f1d4c0, #e4baaa, #d69ab4, #af6fb8);
}

Minimalist Aesthetic color palette created on .