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