Shades of Blue and Terracotta Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Blue and Terracotta palette
Shades of Blue and Terracotta color palette 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 background gradient 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);
}
Similar color palettes
Shades of Blue and Terracotta color palette created on .