Paleta de colores Sunny Terracotta
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Sunny Terracotta palette
CSS de la paleta de colores Sunny Terracotta
/* CSS */
.color-1 {
color: #c87d2d;
}
.color-2 {
color: #f4b943;
}
.color-3 {
color: #f0eaa3;
}
.color-4 {
color: #d5c7b3;
}
.color-5 {
color: #7c705f;
}
/* CSS Variables */
:root {
--color-1: #c87d2d;
--color-2: #f4b943;
--color-3: #f0eaa3;
--color-4: #d5c7b3;
--color-5: #7c705f;
}
CSS del degradado de fondo Sunny Terracotta
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c87d2d, #f4b943, #f0eaa3, #d5c7b3, #7c705f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c87d2d, #f4b943, #f0eaa3, #d5c7b3, #7c705f);
}
Paletas de colores similares
Sunny Terracotta color palette created on .