Terracotta Shades カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Terracotta Shades palette

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

Terracotta Shades カラーパレット CSS

/* CSS */
.color-1 {
color: #d55f3f;
}
.color-2 {
color: #e6a55b;
}
.color-3 {
color: #f5c76b;
}
.color-4 {
color: #e4b872;
}
.color-5 {
color: #a94d3d;
}

/* CSS Variables */
:root {
--color-1: #d55f3f;
--color-2: #e6a55b;
--color-3: #f5c76b;
--color-4: #e4b872;
--color-5: #a94d3d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d55f3f, #e6a55b, #f5c76b, #e4b872, #a94d3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d55f3f, #e6a55b, #f5c76b, #e4b872, #a94d3d);
}

Terracotta Shades color palette created on .