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