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