Fertile Hues カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Fertile Hues palette

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

Fertile Hues カラーパレット CSS

/* CSS */
.color-1 {
color: #ffcdbd;
}
.color-2 {
color: #ff9d8a;
}
.color-3 {
color: #ff6e61;
}
.color-4 {
color: #ff4d4f;
}
.color-5 {
color: #f9d580;
}

/* CSS Variables */
:root {
--color-1: #ffcdbd;
--color-2: #ff9d8a;
--color-3: #ff6e61;
--color-4: #ff4d4f;
--color-5: #f9d580;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffcdbd, #ff9d8a, #ff6e61, #ff4d4f, #f9d580);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffcdbd, #ff9d8a, #ff6e61, #ff4d4f, #f9d580);
}

Fertile Hues color palette created on .