Ethereal Hues カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Ethereal Hues palette

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

Ethereal Hues カラーパレット CSS

/* CSS */
.color-1 {
color: #b1c7d3;
}
.color-2 {
color: #9ad6c5;
}
.color-3 {
color: #7dd4a7;
}
.color-4 {
color: #e3d06d;
}
.color-5 {
color: #f47b1f;
}

/* CSS Variables */
:root {
--color-1: #b1c7d3;
--color-2: #9ad6c5;
--color-3: #7dd4a7;
--color-4: #e3d06d;
--color-5: #f47b1f;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b1c7d3, #9ad6c5, #7dd4a7, #e3d06d, #f47b1f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b1c7d3, #9ad6c5, #7dd4a7, #e3d06d, #f47b1f);
}

Ethereal Hues color palette created on .