Healing Hues カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Healing Hues palette

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

Healing Hues カラーパレット CSS

/* CSS */
.color-1 {
color: #a3d4e0;
}
.color-2 {
color: #f7b5a1;
}
.color-3 {
color: #f6e2c6;
}
.color-4 {
color: #e2b6d3;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #a3d4e0;
--color-2: #f7b5a1;
--color-3: #f6e2c6;
--color-4: #e2b6d3;
--color-5: #ff6e61;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d4e0, #f7b5a1, #f6e2c6, #e2b6d3, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d4e0, #f7b5a1, #f6e2c6, #e2b6d3, #ff6e61);
}

Healing Hues color palette created on .