Terracotta Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Terracotta Blue palette

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

Terracotta Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #b16c4e;
}
.color-2 {
color: #d79b70;
}
.color-3 {
color: #e9caa5;
}
.color-4 {
color: #a1c7e8;
}
.color-5 {
color: #5a8daa;
}

/* CSS Variables */
:root {
--color-1: #b16c4e;
--color-2: #d79b70;
--color-3: #e9caa5;
--color-4: #a1c7e8;
--color-5: #5a8daa;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b16c4e, #d79b70, #e9caa5, #a1c7e8, #5a8daa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b16c4e, #d79b70, #e9caa5, #a1c7e8, #5a8daa);
}

Terracotta Blue color palette created on .