Yuletide Harmony カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Yuletide Harmony palette

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

Yuletide Harmony カラーパレット CSS

/* CSS */
.color-1 {
color: #c62f2f;
}
.color-2 {
color: #a03b3b;
}
.color-3 {
color: #e7b1b1;
}
.color-4 {
color: #4f9c4f;
}
.color-5 {
color: #b1e7b1;
}

/* CSS Variables */
:root {
--color-1: #c62f2f;
--color-2: #a03b3b;
--color-3: #e7b1b1;
--color-4: #4f9c4f;
--color-5: #b1e7b1;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c62f2f, #a03b3b, #e7b1b1, #4f9c4f, #b1e7b1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c62f2f, #a03b3b, #e7b1b1, #4f9c4f, #b1e7b1);
}

Yuletide Harmony color palette created on .