Whispers of Dawn カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispers of Dawn palette

このパレットを共有する先:

Whispers of Dawn カラーパレット CSS

/* CSS */
.color-1 {
color: #f8b9ce;
}
.color-2 {
color: #f4a4c4;
}
.color-3 {
color: #f39b9c;
}
.color-4 {
color: #f2a76e;
}
.color-5 {
color: #f2d79c;
}

/* CSS Variables */
:root {
--color-1: #f8b9ce;
--color-2: #f4a4c4;
--color-3: #f39b9c;
--color-4: #f2a76e;
--color-5: #f2d79c;
}

Whispers of Dawn の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8b9ce, #f4a4c4, #f39b9c, #f2a76e, #f2d79c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8b9ce, #f4a4c4, #f39b9c, #f2a76e, #f2d79c);
}

Whispers of Dawn color palette created on .