Christmas カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Christmas palette
カラーインスピレーション
実際のデザインでこのカラーパレットを紹介する画像
Christmas カラーパレット (PNG) をダウンロード
Christmas カラーパレット CSS
/* CSS */
.color-1 {
color: #c84c4e;
}
.color-2 {
color: #daa24e;
}
.color-3 {
color: #a3d1a6;
}
.color-4 {
color: #4ea0da;
}
.color-5 {
color: #f2f2f2;
}
/* CSS Variables */
:root {
--color-1: #c84c4e;
--color-2: #daa24e;
--color-3: #a3d1a6;
--color-4: #4ea0da;
--color-5: #f2f2f2;
}
Christmas の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c84c4e, #daa24e, #a3d1a6, #4ea0da, #f2f2f2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c84c4e, #daa24e, #a3d1a6, #4ea0da, #f2f2f2);
}
似たようなカラーパレット
Christmas color palette created on .