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