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