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