Paleta de colores Shades of Blue and Terracotta
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Shades of Blue and Terracotta palette
CSS de la paleta de colores Shades of Blue and Terracotta
/* 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;
}
CSS del degradado de fondo Shades of Blue and Terracotta
/* 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);
}
Paletas de colores similares
Shades of Blue and Terracotta color palette created on .