Ethereal Harmony カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Ethereal Harmony palette

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

Ethereal Harmony カラーパレット CSS

/* CSS */
.color-1 {
color: #f9b05d;
}
.color-2 {
color: #f6a4a2;
}
.color-3 {
color: #d48cb8;
}
.color-4 {
color: #a46dc0;
}
.color-5 {
color: #5b6e9f;
}

/* CSS Variables */
:root {
--color-1: #f9b05d;
--color-2: #f6a4a2;
--color-3: #d48cb8;
--color-4: #a46dc0;
--color-5: #5b6e9f;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9b05d, #f6a4a2, #d48cb8, #a46dc0, #5b6e9f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9b05d, #f6a4a2, #d48cb8, #a46dc0, #5b6e9f);
}

Ethereal Harmony color palette created on .