Festive Harmony カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Festive Harmony palette

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

Festive Harmony カラーパレット CSS

/* CSS */
.color-1 {
color: #c72929;
}
.color-2 {
color: #da6264;
}
.color-3 {
color: #6ebf73;
}
.color-4 {
color: #3fa643;
}
.color-5 {
color: #2f8933;
}

/* CSS Variables */
:root {
--color-1: #c72929;
--color-2: #da6264;
--color-3: #6ebf73;
--color-4: #3fa643;
--color-5: #2f8933;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c72929, #da6264, #6ebf73, #3fa643, #2f8933);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c72929, #da6264, #6ebf73, #3fa643, #2f8933);
}

Festive Harmony color palette created on .