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