Whispers of Dawn カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Whispers of Dawn palette
Whispers of Dawn カラーパレット CSS
/* CSS */
.color-1 {
color: #f8f7f7;
}
.color-2 {
color: #eceaeb;
}
.color-3 {
color: #f3cab9;
}
.color-4 {
color: #c2cfdb;
}
.color-5 {
color: #f3ac8c;
}
/* CSS Variables */
:root {
--color-1: #f8f7f7;
--color-2: #eceaeb;
--color-3: #f3cab9;
--color-4: #c2cfdb;
--color-5: #f3ac8c;
}
Whispers of Dawn の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8f7f7, #eceaeb, #f3cab9, #c2cfdb, #f3ac8c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8f7f7, #eceaeb, #f3cab9, #c2cfdb, #f3ac8c);
}
似たようなカラーパレット
下にスクロールして7個のPale pinkカラーパレットを探索しましょう
Whispers of Dawn color palette created on .