Terracotta Tiles カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Terracotta Tiles palette

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

Terracotta Tiles カラーパレット CSS

/* CSS */
.color-1 {
color: #d7b889;
}
.color-2 {
color: #b55d3b;
}
.color-3 {
color: #5b806e;
}
.color-4 {
color: #4c9a9e;
}
.color-5 {
color: #a990bb;
}

/* CSS Variables */
:root {
--color-1: #d7b889;
--color-2: #b55d3b;
--color-3: #5b806e;
--color-4: #4c9a9e;
--color-5: #a990bb;
}

Terracotta Tiles の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d7b889, #b55d3b, #5b806e, #4c9a9e, #a990bb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d7b889, #b55d3b, #5b806e, #4c9a9e, #a990bb);
}

Terracotta Tiles color palette created on .