December カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with December palette
December カラー パレット PNG 画像
December カラーパレット CSS
/* CSS */
.color-1 {
color: #a3c7e0;
}
.color-2 {
color: #b7d6e6;
}
.color-3 {
color: #f0f7d4;
}
.color-4 {
color: #f4b3c4;
}
.color-5 {
color: #eab8c8;
}
/* CSS Variables */
:root {
--color-1: #a3c7e0;
--color-2: #b7d6e6;
--color-3: #f0f7d4;
--color-4: #f4b3c4;
--color-5: #eab8c8;
}
December の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c7e0, #b7d6e6, #f0f7d4, #f4b3c4, #eab8c8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c7e0, #b7d6e6, #f0f7d4, #f4b3c4, #eab8c8);
}
似たようなカラーパレット
December color palette created on .