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