Ethereal Embrace カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Ethereal Embrace palette

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

Ethereal Embrace カラーパレット CSS

/* CSS */
.color-1 {
color: #3f2a92;
}
.color-2 {
color: #6f4c9a;
}
.color-3 {
color: #a77ccb;
}
.color-4 {
color: #d4a5e4;
}
.color-5 {
color: #f1c84b;
}

/* CSS Variables */
:root {
--color-1: #3f2a92;
--color-2: #6f4c9a;
--color-3: #a77ccb;
--color-4: #d4a5e4;
--color-5: #f1c84b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3f2a92, #6f4c9a, #a77ccb, #d4a5e4, #f1c84b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3f2a92, #6f4c9a, #a77ccb, #d4a5e4, #f1c84b);
}

Ethereal Embrace color palette created on .