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