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