Whispers of Dawn カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispers of Dawn palette

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

Whispers of Dawn カラーパレット CSS

/* CSS */
.color-1 {
color: #e7b1c5;
}
.color-2 {
color: #f5b8b2;
}
.color-3 {
color: #f9e79f;
}
.color-4 {
color: #f4cf3e;
}
.color-5 {
color: #f39c12;
}

/* CSS Variables */
:root {
--color-1: #e7b1c5;
--color-2: #f5b8b2;
--color-3: #f9e79f;
--color-4: #f4cf3e;
--color-5: #f39c12;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e7b1c5, #f5b8b2, #f9e79f, #f4cf3e, #f39c12);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e7b1c5, #f5b8b2, #f9e79f, #f4cf3e, #f39c12);
}

Whispers of Dawn color palette created on .