Red and Green Whoville Christmas カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Red and Green Whoville Christmas palette
Red and Green Whoville Christmas カラーパレット CSS
/* CSS */
.color-1 {
color: #d82c2c;
}
.color-2 {
color: #ff5b29;
}
.color-3 {
color: #f9c54e;
}
.color-4 {
color: #91be6f;
}
.color-5 {
color: #277ca0;
}
/* CSS Variables */
:root {
--color-1: #d82c2c;
--color-2: #ff5b29;
--color-3: #f9c54e;
--color-4: #91be6f;
--color-5: #277ca0;
}
Red and Green Whoville Christmas の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d82c2c, #ff5b29, #f9c54e, #91be6f, #277ca0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d82c2c, #ff5b29, #f9c54e, #91be6f, #277ca0);
}
似たようなカラーパレット
Red and Green Whoville Christmas color palette created on .