Whimsical Twilight Harmony カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whimsical Twilight Harmony palette

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

Whimsical Twilight Harmony カラーパレット CSS

/* CSS */
.color-1 {
color: #f9d7c8;
}
.color-2 {
color: #969bcf;
}
.color-3 {
color: #e86559;
}
.color-4 {
color: #846c6f;
}
.color-5 {
color: #5856ae;
}

/* CSS Variables */
:root {
--color-1: #f9d7c8;
--color-2: #969bcf;
--color-3: #e86559;
--color-4: #846c6f;
--color-5: #5856ae;
}

Whimsical Twilight Harmony の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d7c8, #969bcf, #e86559, #846c6f, #5856ae);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d7c8, #969bcf, #e86559, #846c6f, #5856ae);
}

Whimsical Twilight Harmony color palette created on .