Whispers of Dawn カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispers of Dawn palette

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

Whispers of Dawn カラーパレット CSS

/* CSS */
.color-1 {
color: #f9b1ae;
}
.color-2 {
color: #f6d6a7;
}
.color-3 {
color: #f1e7b7;
}
.color-4 {
color: #a4d2df;
}
.color-5 {
color: #b7cae1;
}

/* CSS Variables */
:root {
--color-1: #f9b1ae;
--color-2: #f6d6a7;
--color-3: #f1e7b7;
--color-4: #a4d2df;
--color-5: #b7cae1;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9b1ae, #f6d6a7, #f1e7b7, #a4d2df, #b7cae1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9b1ae, #f6d6a7, #f1e7b7, #a4d2df, #b7cae1);
}

Whispers of Dawn color palette created on .