Whimsical Dreamscape カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whimsical Dreamscape palette

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

Whimsical Dreamscape カラーパレット CSS

/* CSS */
.color-1 {
color: #ffe9c7;
}
.color-2 {
color: #a6c6ed;
}
.color-3 {
color: #d9b3e0;
}
.color-4 {
color: #ff9e99;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #ffe9c7;
--color-2: #a6c6ed;
--color-3: #d9b3e0;
--color-4: #ff9e99;
--color-5: #ff6e61;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffe9c7, #a6c6ed, #d9b3e0, #ff9e99, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffe9c7, #a6c6ed, #d9b3e0, #ff9e99, #ff6e61);
}

Whimsical Dreamscape color palette created on .