Whispers of a Serene Dawn カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispers of a Serene Dawn palette

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

Whispers of a Serene Dawn カラーパレット CSS

/* CSS */
.color-1 {
color: #f1e3c6;
}
.color-2 {
color: #dbcdad;
}
.color-3 {
color: #95bed0;
}
.color-4 {
color: #82b1e3;
}
.color-5 {
color: #bd9f89;
}

/* CSS Variables */
:root {
--color-1: #f1e3c6;
--color-2: #dbcdad;
--color-3: #95bed0;
--color-4: #82b1e3;
--color-5: #bd9f89;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1e3c6, #dbcdad, #95bed0, #82b1e3, #bd9f89);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1e3c6, #dbcdad, #95bed0, #82b1e3, #bd9f89);
}

Whispers of a Serene Dawn color palette created on .