Whispers of Dawn カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispers of Dawn palette

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

Whispers of Dawn カラーパレット CSS

/* CSS */
.color-1 {
color: #f3e4aa;
}
.color-2 {
color: #d5c09f;
}
.color-3 {
color: #c2b1d3;
}
.color-4 {
color: #a7c6e7;
}
.color-5 {
color: #f0b2c2;
}

/* CSS Variables */
:root {
--color-1: #f3e4aa;
--color-2: #d5c09f;
--color-3: #c2b1d3;
--color-4: #a7c6e7;
--color-5: #f0b2c2;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3e4aa, #d5c09f, #c2b1d3, #a7c6e7, #f0b2c2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3e4aa, #d5c09f, #c2b1d3, #a7c6e7, #f0b2c2);
}

Whispers of Dawn color palette created on .