Paleta de colores Melancholy Sunshine
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Melancholy Sunshine palette
CSS de la paleta de colores Melancholy Sunshine
/* CSS */
.color-1 {
color: #b35c3d;
}
.color-2 {
color: #f39e6d;
}
.color-3 {
color: #f4cf3e;
}
.color-4 {
color: #a4daac;
}
.color-5 {
color: #6bb9e6;
}
/* CSS Variables */
:root {
--color-1: #b35c3d;
--color-2: #f39e6d;
--color-3: #f4cf3e;
--color-4: #a4daac;
--color-5: #6bb9e6;
}
CSS del degradado de fondo Melancholy Sunshine
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b35c3d, #f39e6d, #f4cf3e, #a4daac, #6bb9e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b35c3d, #f39e6d, #f4cf3e, #a4daac, #6bb9e6);
}
Paletas de colores similares
No se encontraron paletas
Prueba con filtros diferentes o limpia tu selección actual.
Melancholy Sunshine color palette created on .