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