Yonder Yak Hues カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Yonder Yak Hues palette

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

Yonder Yak Hues カラーパレット CSS

/* CSS */
.color-1 {
color: #a36c7b;
}
.color-2 {
color: #c1b3c0;
}
.color-3 {
color: #e6d4b7;
}
.color-4 {
color: #f2e3a6;
}
.color-5 {
color: #f7b2a1;
}

/* CSS Variables */
:root {
--color-1: #a36c7b;
--color-2: #c1b3c0;
--color-3: #e6d4b7;
--color-4: #f2e3a6;
--color-5: #f7b2a1;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a36c7b, #c1b3c0, #e6d4b7, #f2e3a6, #f7b2a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a36c7b, #c1b3c0, #e6d4b7, #f2e3a6, #f7b2a1);
}

Yonder Yak Hues color palette created on .