Whimsical Daydreams カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whimsical Daydreams palette

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

Whimsical Daydreams カラーパレット CSS

/* CSS */
.color-1 {
color: #eceeed;
}
.color-2 {
color: #c9ddf8;
}
.color-3 {
color: #d5d2a4;
}
.color-4 {
color: #b6d1f6;
}
.color-5 {
color: #e1d03d;
}

/* CSS Variables */
:root {
--color-1: #eceeed;
--color-2: #c9ddf8;
--color-3: #d5d2a4;
--color-4: #b6d1f6;
--color-5: #e1d03d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eceeed, #c9ddf8, #d5d2a4, #b6d1f6, #e1d03d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eceeed, #c9ddf8, #d5d2a4, #b6d1f6, #e1d03d);
}

Whimsical Daydreams color palette created on .