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