Elysian Garden カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Elysian Garden palette

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

Elysian Garden カラーパレット CSS

/* CSS */
.color-1 {
color: #5bd2b4;
}
.color-2 {
color: #a3e0c4;
}
.color-3 {
color: #ffc0a3;
}
.color-4 {
color: #f6b83c;
}
.color-5 {
color: #f26969;
}

/* CSS Variables */
:root {
--color-1: #5bd2b4;
--color-2: #a3e0c4;
--color-3: #ffc0a3;
--color-4: #f6b83c;
--color-5: #f26969;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5bd2b4, #a3e0c4, #ffc0a3, #f6b83c, #f26969);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5bd2b4, #a3e0c4, #ffc0a3, #f6b83c, #f26969);
}

Elysian Garden color palette created on .