Whispers of Dawn カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispers of Dawn palette

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

Whispers of Dawn カラーパレット CSS

/* CSS */
.color-1 {
color: #f2e5a1;
}
.color-2 {
color: #d9b68c;
}
.color-3 {
color: #e9b79f;
}
.color-4 {
color: #f6c6cf;
}
.color-5 {
color: #eab8d2;
}

/* CSS Variables */
:root {
--color-1: #f2e5a1;
--color-2: #d9b68c;
--color-3: #e9b79f;
--color-4: #f6c6cf;
--color-5: #eab8d2;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2e5a1, #d9b68c, #e9b79f, #f6c6cf, #eab8d2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2e5a1, #d9b68c, #e9b79f, #f6c6cf, #eab8d2);
}

Whispers of Dawn color palette created on .