December カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with December palette

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

December カラー パレット PNG 画像

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

December カラーパレット CSS

/* CSS */
.color-1 {
color: #a3c6e0;
}
.color-2 {
color: #f5b2c6;
}
.color-3 {
color: #f6d86a;
}
.color-4 {
color: #eab47b;
}
.color-5 {
color: #a95b93;
}

/* CSS Variables */
:root {
--color-1: #a3c6e0;
--color-2: #f5b2c6;
--color-3: #f6d86a;
--color-4: #eab47b;
--color-5: #a95b93;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c6e0, #f5b2c6, #f6d86a, #eab47b, #a95b93);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c6e0, #f5b2c6, #f6d86a, #eab47b, #a95b93);
}

December color palette created on .