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