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