Whispers of Dawn カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispers of Dawn palette

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

Whispers of Dawn カラーパレット CSS

/* CSS */
.color-1 {
color: #fcfcfc;
}
.color-2 {
color: #e1dbdb;
}
.color-3 {
color: #eab3ca;
}
.color-4 {
color: #eec944;
}
.color-5 {
color: #c6c2be;
}

/* CSS Variables */
:root {
--color-1: #fcfcfc;
--color-2: #e1dbdb;
--color-3: #eab3ca;
--color-4: #eec944;
--color-5: #c6c2be;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fcfcfc, #e1dbdb, #eab3ca, #eec944, #c6c2be);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fcfcfc, #e1dbdb, #eab3ca, #eec944, #c6c2be);
}

Whispers of Dawn color palette created on .