Enchanted Dreamscape カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Enchanted Dreamscape palette

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

Enchanted Dreamscape カラーパレット CSS

/* CSS */
.color-1 {
color: #9b5bc2;
}
.color-2 {
color: #f1a7e6;
}
.color-3 {
color: #f4c3f4;
}
.color-4 {
color: #85cdfa;
}
.color-5 {
color: #ffb3e4;
}

/* CSS Variables */
:root {
--color-1: #9b5bc2;
--color-2: #f1a7e6;
--color-3: #f4c3f4;
--color-4: #85cdfa;
--color-5: #ffb3e4;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9b5bc2, #f1a7e6, #f4c3f4, #85cdfa, #ffb3e4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9b5bc2, #f1a7e6, #f4c3f4, #85cdfa, #ffb3e4);
}

Enchanted Dreamscape color palette created on .