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