Ethereal Harmony カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Ethereal Harmony palette

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

Ethereal Harmony カラーパレット CSS

/* CSS */
.color-1 {
color: #5bae8e;
}
.color-2 {
color: #ffbf80;
}
.color-3 {
color: #ff8f57;
}
.color-4 {
color: #ff4d4f;
}
.color-5 {
color: #d1006c;
}

/* CSS Variables */
:root {
--color-1: #5bae8e;
--color-2: #ffbf80;
--color-3: #ff8f57;
--color-4: #ff4d4f;
--color-5: #d1006c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5bae8e, #ffbf80, #ff8f57, #ff4d4f, #d1006c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5bae8e, #ffbf80, #ff8f57, #ff4d4f, #d1006c);
}

Ethereal Harmony color palette created on .