Shades of Clay カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Clay palette

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

Shades of Clay カラーパレット CSS

/* CSS */
.color-1 {
color: #d46e4e;
}
.color-2 {
color: #e7b56e;
}
.color-3 {
color: #f1e29d;
}
.color-4 {
color: #7dc5b5;
}
.color-5 {
color: #4e99bc;
}

/* CSS Variables */
:root {
--color-1: #d46e4e;
--color-2: #e7b56e;
--color-3: #f1e29d;
--color-4: #7dc5b5;
--color-5: #4e99bc;
}

Shades of Clay の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d46e4e, #e7b56e, #f1e29d, #7dc5b5, #4e99bc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d46e4e, #e7b56e, #f1e29d, #7dc5b5, #4e99bc);
}

Shades of Clay color palette created on .