Festive Harmony カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Festive Harmony palette
Festive Harmony カラーパレット CSS
/* CSS */
.color-1 {
color: #f44034;
}
.color-2 {
color: #e57171;
}
.color-3 {
color: #80c684;
}
.color-4 {
color: #398e3d;
}
.color-5 {
color: #2f7f33;
}
/* CSS Variables */
:root {
--color-1: #f44034;
--color-2: #e57171;
--color-3: #80c684;
--color-4: #398e3d;
--color-5: #2f7f33;
}
Festive Harmony の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f44034, #e57171, #80c684, #398e3d, #2f7f33);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f44034, #e57171, #80c684, #398e3d, #2f7f33);
}
Festive Harmony color palette created on .