Ethereal Dreamscape カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Ethereal Dreamscape palette

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

Ethereal Dreamscape カラーパレット CSS

/* CSS */
.color-1 {
color: #7d5aaa;
}
.color-2 {
color: #a77ccb;
}
.color-3 {
color: #f7d0a1;
}
.color-4 {
color: #f0a800;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #7d5aaa;
--color-2: #a77ccb;
--color-3: #f7d0a1;
--color-4: #f0a800;
--color-5: #ff6e61;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7d5aaa, #a77ccb, #f7d0a1, #f0a800, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7d5aaa, #a77ccb, #f7d0a1, #f0a800, #ff6e61);
}

Ethereal Dreamscape color palette created on .