Festive Cheer カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Festive Cheer palette

このパレットを共有する先:

Festive Cheer カラーパレット CSS

/* CSS */
.color-1 {
color: #da2b2e;
}
.color-2 {
color: #f5a300;
}
.color-3 {
color: #f0d400;
}
.color-4 {
color: #a5c639;
}
.color-5 {
color: #1b9d6d;
}

/* CSS Variables */
:root {
--color-1: #da2b2e;
--color-2: #f5a300;
--color-3: #f0d400;
--color-4: #a5c639;
--color-5: #1b9d6d;
}

Festive Cheer の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #da2b2e, #f5a300, #f0d400, #a5c639, #1b9d6d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #da2b2e, #f5a300, #f0d400, #a5c639, #1b9d6d);
}

Festive Cheer color palette created on .