Paleta de colores Warm Colors of Collaboration
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Warm Colors of Collaboration palette
CSS de la paleta de colores Warm Colors of Collaboration
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #ffea8f;
}
.color-4 {
color: #b4e0a3;
}
.color-5 {
color: #4eb7ac;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ffb84d;
--color-3: #ffea8f;
--color-4: #b4e0a3;
--color-5: #4eb7ac;
}
CSS del degradado de fondo Warm Colors of Collaboration
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ffb84d, #ffea8f, #b4e0a3, #4eb7ac);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ffb84d, #ffea8f, #b4e0a3, #4eb7ac);
}
Paletas de colores similares
Warm Colors of Collaboration color palette created on .