Hair Color カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Hair Color palette

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

Hair Color カラーパレット CSS

/* CSS */
.color-1 {
color: #d8b4a2;
}
.color-2 {
color: #f5c4b2;
}
.color-3 {
color: #f9e5b4;
}
.color-4 {
color: #e4b93a;
}
.color-5 {
color: #b78e4e;
}

/* CSS Variables */
:root {
--color-1: #d8b4a2;
--color-2: #f5c4b2;
--color-3: #f9e5b4;
--color-4: #e4b93a;
--color-5: #b78e4e;
}

Hair Color の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8b4a2, #f5c4b2, #f9e5b4, #e4b93a, #b78e4e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8b4a2, #f5c4b2, #f9e5b4, #e4b93a, #b78e4e);
}

似たようなカラーパレット

Hair Color color palette created on .