Paleta de colores Sunny Skip Through the Garden
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Sunny Skip Through the Garden palette
CSS de la paleta de colores Sunny Skip Through the Garden
/* CSS */
.color-1 {
color: #f5c73d;
}
.color-2 {
color: #f18a46;
}
.color-3 {
color: #f24f40;
}
.color-4 {
color: #d24b9f;
}
.color-5 {
color: #8a5ace;
}
/* CSS Variables */
:root {
--color-1: #f5c73d;
--color-2: #f18a46;
--color-3: #f24f40;
--color-4: #d24b9f;
--color-5: #8a5ace;
}
CSS del degradado de fondo Sunny Skip Through the Garden
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5c73d, #f18a46, #f24f40, #d24b9f, #8a5ace);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5c73d, #f18a46, #f24f40, #d24b9f, #8a5ace);
}
Paletas de colores similares
Sunny Skip Through the Garden color palette created on .