Ethereal Reverie カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Ethereal Reverie palette

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

Ethereal Reverie カラーパレット CSS

/* CSS */
.color-1 {
color: #4a2d6c;
}
.color-2 {
color: #7a4992;
}
.color-3 {
color: #a77dba;
}
.color-4 {
color: #f4a462;
}
.color-5 {
color: #eb6c4c;
}

/* CSS Variables */
:root {
--color-1: #4a2d6c;
--color-2: #7a4992;
--color-3: #a77dba;
--color-4: #f4a462;
--color-5: #eb6c4c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a2d6c, #7a4992, #a77dba, #f4a462, #eb6c4c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a2d6c, #7a4992, #a77dba, #f4a462, #eb6c4c);
}

Ethereal Reverie color palette created on .