Harmony of Comfort カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Harmony of Comfort palette

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

Harmony of Comfort カラーパレット CSS

/* CSS */
.color-1 {
color: #a3c7e0;
}
.color-2 {
color: #f1d3a2;
}
.color-3 {
color: #f2b95f;
}
.color-4 {
color: #e8a14a;
}
.color-5 {
color: #c65839;
}

/* CSS Variables */
:root {
--color-1: #a3c7e0;
--color-2: #f1d3a2;
--color-3: #f2b95f;
--color-4: #e8a14a;
--color-5: #c65839;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c7e0, #f1d3a2, #f2b95f, #e8a14a, #c65839);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c7e0, #f1d3a2, #f2b95f, #e8a14a, #c65839);
}

Harmony of Comfort color palette created on .