Elysian Reverie カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Elysian Reverie palette

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

Elysian Reverie カラーパレット CSS

/* CSS */
.color-1 {
color: #ef7b9c;
}
.color-2 {
color: #f9a94e;
}
.color-3 {
color: #ffdd80;
}
.color-4 {
color: #e0f5e1;
}
.color-5 {
color: #87c3ed;
}

/* CSS Variables */
:root {
--color-1: #ef7b9c;
--color-2: #f9a94e;
--color-3: #ffdd80;
--color-4: #e0f5e1;
--color-5: #87c3ed;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ef7b9c, #f9a94e, #ffdd80, #e0f5e1, #87c3ed);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ef7b9c, #f9a94e, #ffdd80, #e0f5e1, #87c3ed);
}

Elysian Reverie color palette created on .