Whispers of Soft Dawn カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispers of Soft Dawn palette

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

Whispers of Soft Dawn カラーパレット CSS

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #eae8e6;
}
.color-3 {
color: #cbd0d2;
}
.color-4 {
color: #f7c48d;
}
.color-5 {
color: #b0aabb;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #eae8e6;
--color-3: #cbd0d2;
--color-4: #f7c48d;
--color-5: #b0aabb;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #eae8e6, #cbd0d2, #f7c48d, #b0aabb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #eae8e6, #cbd0d2, #f7c48d, #b0aabb);
}

Whispers of Soft Dawn color palette created on .