Soft Pastels カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Soft Pastels palette
Soft Pastels カラーパレット CSS
/* CSS */
.color-1 {
color: #f9aeae;
}
.color-2 {
color: #f6d8ac;
}
.color-3 {
color: #f1eab1;
}
.color-4 {
color: #b8e5c1;
}
.color-5 {
color: #a2c6e7;
}
/* CSS Variables */
:root {
--color-1: #f9aeae;
--color-2: #f6d8ac;
--color-3: #f1eab1;
--color-4: #b8e5c1;
--color-5: #a2c6e7;
}
Soft Pastels の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9aeae, #f6d8ac, #f1eab1, #b8e5c1, #a2c6e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9aeae, #f6d8ac, #f1eab1, #b8e5c1, #a2c6e7);
}
似たようなカラーパレット
Soft Pastels color palette created on .