Shades of Blue and Terracotta カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Blue and Terracotta palette

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

Shades of Blue and Terracotta カラーパレット CSS

/* CSS */
.color-1 {
color: #1d4d8b;
}
.color-2 {
color: #2a2e6f;
}
.color-3 {
color: #6b1e40;
}
.color-4 {
color: #b5952c;
}
.color-5 {
color: #be543c;
}

/* CSS Variables */
:root {
--color-1: #1d4d8b;
--color-2: #2a2e6f;
--color-3: #6b1e40;
--color-4: #b5952c;
--color-5: #be543c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d4d8b, #2a2e6f, #6b1e40, #b5952c, #be543c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d4d8b, #2a2e6f, #6b1e40, #b5952c, #be543c);
}

Shades of Blue and Terracotta color palette created on .