Paleta de colores Terracotta Blue

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Terracotta Blue palette

Compartir esta paleta en:

CSS de la paleta de colores Terracotta Blue

/* CSS */
.color-1 {
color: #0081c7;
}
.color-2 {
color: #e3502b;
}
.color-3 {
color: #f5f2e5;
}
.color-4 {
color: #009975;
}
.color-5 {
color: #ff8566;
}

/* CSS Variables */
:root {
--color-1: #0081c7;
--color-2: #e3502b;
--color-3: #f5f2e5;
--color-4: #009975;
--color-5: #ff8566;
}

CSS del degradado de fondo Terracotta Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0081c7, #e3502b, #f5f2e5, #009975, #ff8566);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0081c7, #e3502b, #f5f2e5, #009975, #ff8566);
}

Terracotta Blue color palette created on .