Guardian Hues カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Guardian Hues palette

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

Guardian Hues カラーパレット CSS

/* CSS */
.color-1 {
color: #8a998d;
}
.color-2 {
color: #c1d3c0;
}
.color-3 {
color: #a8b3a9;
}
.color-4 {
color: #f0e3b2;
}
.color-5 {
color: #c9b1a6;
}

/* CSS Variables */
:root {
--color-1: #8a998d;
--color-2: #c1d3c0;
--color-3: #a8b3a9;
--color-4: #f0e3b2;
--color-5: #c9b1a6;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8a998d, #c1d3c0, #a8b3a9, #f0e3b2, #c9b1a6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8a998d, #c1d3c0, #a8b3a9, #f0e3b2, #c9b1a6);
}

Guardian Hues color palette created on .