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