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