Sunset Over Clay カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunset Over Clay palette

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

Sunset Over Clay カラーパレット CSS

/* CSS */
.color-1 {
color: #c75938;
}
.color-2 {
color: #d07e5d;
}
.color-3 {
color: #e7a96e;
}
.color-4 {
color: #f8c89b;
}
.color-5 {
color: #f1d2c1;
}

/* CSS Variables */
:root {
--color-1: #c75938;
--color-2: #d07e5d;
--color-3: #e7a96e;
--color-4: #f8c89b;
--color-5: #f1d2c1;
}

Sunset Over Clay の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c75938, #d07e5d, #e7a96e, #f8c89b, #f1d2c1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c75938, #d07e5d, #e7a96e, #f8c89b, #f1d2c1);
}

Sunset Over Clay color palette created on .