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