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