Terracotta Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Terracotta Sunset palette

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

Terracotta Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #ca8572;
}
.color-2 {
color: #e5bda9;
}
.color-3 {
color: #e3ba7d;
}
.color-4 {
color: #8d6358;
}
.color-5 {
color: #b8817a;
}

/* CSS Variables */
:root {
--color-1: #ca8572;
--color-2: #e5bda9;
--color-3: #e3ba7d;
--color-4: #8d6358;
--color-5: #b8817a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ca8572, #e5bda9, #e3ba7d, #8d6358, #b8817a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ca8572, #e5bda9, #e3ba7d, #8d6358, #b8817a);
}

Terracotta Sunset color palette created on .