Paleta de colores Fresh Beginnings
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Fresh Beginnings palette
CSS de la paleta de colores Fresh Beginnings
/* CSS */
.color-1 {
color: #ffb84d;
}
.color-2 {
color: #ff8b3d;
}
.color-3 {
color: #ff6e61;
}
.color-4 {
color: #ffb8c1;
}
.color-5 {
color: #6b9cd1;
}
/* CSS Variables */
:root {
--color-1: #ffb84d;
--color-2: #ff8b3d;
--color-3: #ff6e61;
--color-4: #ffb8c1;
--color-5: #6b9cd1;
}
CSS del degradado de fondo Fresh Beginnings
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb84d, #ff8b3d, #ff6e61, #ffb8c1, #6b9cd1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb84d, #ff8b3d, #ff6e61, #ffb8c1, #6b9cd1);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 600+ paletas de colores Brillante
Fresh Beginnings color palette created on .