Natural Harmony カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Natural Harmony palette

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

Natural Harmony カラーパレット CSS

/* CSS */
.color-1 {
color: #f5cfb2;
}
.color-2 {
color: #e1b6a3;
}
.color-3 {
color: #d4a68c;
}
.color-4 {
color: #c69b76;
}
.color-5 {
color: #b28b6c;
}

/* CSS Variables */
:root {
--color-1: #f5cfb2;
--color-2: #e1b6a3;
--color-3: #d4a68c;
--color-4: #c69b76;
--color-5: #b28b6c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5cfb2, #e1b6a3, #d4a68c, #c69b76, #b28b6c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5cfb2, #e1b6a3, #d4a68c, #c69b76, #b28b6c);
}

Natural Harmony color palette created on .