Sunlit Earth Tones カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunlit Earth Tones palette

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

Sunlit Earth Tones カラーパレット CSS

/* CSS */
.color-1 {
color: #f4e3c3;
}
.color-2 {
color: #e5b171;
}
.color-3 {
color: #d69b51;
}
.color-4 {
color: #c47b3b;
}
.color-5 {
color: #a55a2c;
}

/* CSS Variables */
:root {
--color-1: #f4e3c3;
--color-2: #e5b171;
--color-3: #d69b51;
--color-4: #c47b3b;
--color-5: #a55a2c;
}

Sunlit Earth Tones の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4e3c3, #e5b171, #d69b51, #c47b3b, #a55a2c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4e3c3, #e5b171, #d69b51, #c47b3b, #a55a2c);
}

Sunlit Earth Tones color palette created on .