Whimsical Dreamscape カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whimsical Dreamscape palette

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

Whimsical Dreamscape カラーパレット CSS

/* CSS */
.color-1 {
color: #ecd4eb;
}
.color-2 {
color: #c69edb;
}
.color-3 {
color: #8693f4;
}
.color-4 {
color: #8e65b3;
}
.color-5 {
color: #5970e3;
}

/* CSS Variables */
:root {
--color-1: #ecd4eb;
--color-2: #c69edb;
--color-3: #8693f4;
--color-4: #8e65b3;
--color-5: #5970e3;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ecd4eb, #c69edb, #8693f4, #8e65b3, #5970e3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ecd4eb, #c69edb, #8693f4, #8e65b3, #5970e3);
}

Whimsical Dreamscape color palette created on .