Paleta de colores Sunlit Connections

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Sunlit Connections palette

Compartir esta paleta en:

CSS de la paleta de colores Sunlit Connections

/* CSS */
.color-1 {
color: #f9c54e;
}
.color-2 {
color: #f9e3ae;
}
.color-3 {
color: #f9a59f;
}
.color-4 {
color: #f99fc0;
}
.color-5 {
color: #f9cde1;
}

/* CSS Variables */
:root {
--color-1: #f9c54e;
--color-2: #f9e3ae;
--color-3: #f9a59f;
--color-4: #f99fc0;
--color-5: #f9cde1;
}

CSS del degradado de fondo Sunlit Connections

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9c54e, #f9e3ae, #f9a59f, #f99fc0, #f9cde1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9c54e, #f9e3ae, #f9a59f, #f99fc0, #f9cde1);
}

Sunlit Connections color palette created on .