Soft Pastels カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Soft Pastels palette

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

Soft Pastels カラーパレット CSS

/* CSS */
.color-1 {
color: #f1a8a2;
}
.color-2 {
color: #f1c2a7;
}
.color-3 {
color: #f1e1a2;
}
.color-4 {
color: #b1e2e1;
}
.color-5 {
color: #89b8e6;
}

/* CSS Variables */
:root {
--color-1: #f1a8a2;
--color-2: #f1c2a7;
--color-3: #f1e1a2;
--color-4: #b1e2e1;
--color-5: #89b8e6;
}

Soft Pastels の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1a8a2, #f1c2a7, #f1e1a2, #b1e2e1, #89b8e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1a8a2, #f1c2a7, #f1e1a2, #b1e2e1, #89b8e6);
}

Soft Pastels color palette created on .