Paleta de colores Jester's Dreamscape
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Jester's Dreamscape palette
CSS de la paleta de colores Jester's Dreamscape
/* CSS */
.color-1 {
color: #41fb7f;
}
.color-2 {
color: #3fd5d5;
}
.color-3 {
color: #2fa9ca;
}
.color-4 {
color: #2e6ab2;
}
.color-5 {
color: #2b4d88;
}
/* CSS Variables */
:root {
--color-1: #41fb7f;
--color-2: #3fd5d5;
--color-3: #2fa9ca;
--color-4: #2e6ab2;
--color-5: #2b4d88;
}
CSS del degradado de fondo Jester's Dreamscape
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #41fb7f, #3fd5d5, #2fa9ca, #2e6ab2, #2b4d88);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #41fb7f, #3fd5d5, #2fa9ca, #2e6ab2, #2b4d88);
}
Paletas de colores similares
Jester's Dreamscape color palette created on .