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