Paleta de colores Futura Divine
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Futura Divine palette
Imagen PNG de la paleta de colores Futura Divine
CSS de la paleta de colores Futura Divine
/* CSS */
.color-1 {
color: #fff5fb;
}
.color-2 {
color: #ffd6f5;
}
.color-3 {
color: #fff4f0;
}
.color-4 {
color: #8ad6ff;
}
.color-5 {
color: #a8fffc;
}
/* CSS Variables */
:root {
--color-1: #fff5fb;
--color-2: #ffd6f5;
--color-3: #fff4f0;
--color-4: #8ad6ff;
--color-5: #a8fffc;
}
CSS del degradado de fondo Futura Divine
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fff5fb, #ffd6f5, #fff4f0, #8ad6ff, #a8fffc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fff5fb, #ffd6f5, #fff4f0, #8ad6ff, #a8fffc);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 1000+ paletas de colores Rosa
Futura Divine color palette created on .