Christmas カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Christmas palette

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

Christmas カラーパレット (PNG) をダウンロード

Download christmas color palette PNG image (landscape)
Download christmas color palette PNG image (square)

Christmas カラーパレット CSS

/* CSS */
.color-1 {
color: #a52c2e;
}
.color-2 {
color: #d9b34a;
}
.color-3 {
color: #f2f6d5;
}
.color-4 {
color: #2d5c3f;
}
.color-5 {
color: #902c2e;
}

/* CSS Variables */
:root {
--color-1: #a52c2e;
--color-2: #d9b34a;
--color-3: #f2f6d5;
--color-4: #2d5c3f;
--color-5: #902c2e;
}

Christmas の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a52c2e, #d9b34a, #f2f6d5, #2d5c3f, #902c2e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a52c2e, #d9b34a, #f2f6d5, #2d5c3f, #902c2e);
}

Christmas color palette created on .