Sunset Clay カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Sunset Clay palette
Sunset Clay カラーパレット CSS
/* CSS */
.color-1 {
color: #da7c62;
}
.color-2 {
color: #e5af80;
}
.color-3 {
color: #e0b97b;
}
.color-4 {
color: #c66c53;
}
.color-5 {
color: #af6d60;
}
/* CSS Variables */
:root {
--color-1: #da7c62;
--color-2: #e5af80;
--color-3: #e0b97b;
--color-4: #c66c53;
--color-5: #af6d60;
}
Sunset Clay の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #da7c62, #e5af80, #e0b97b, #c66c53, #af6d60);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #da7c62, #e5af80, #e0b97b, #c66c53, #af6d60);
}
似たようなカラーパレット
Sunset Clay color palette created on .