Paleta de colores Blue Gamma
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Blue Gamma palette
Inspiración de Color
Imágenes que muestran esta paleta de colores en diseños reales
Descargar la paleta de colores Blue Gamma (PNG)
CSS de la paleta de colores Blue Gamma
/* CSS */
.color-1 {
color: #cddbf9;
}
.color-2 {
color: #d2ebf9;
}
.color-3 {
color: #d7f4f9;
}
.color-4 {
color: #e6f9ee;
}
.color-5 {
color: #fbf3df;
}
/* CSS Variables */
:root {
--color-1: #cddbf9;
--color-2: #d2ebf9;
--color-3: #d7f4f9;
--color-4: #e6f9ee;
--color-5: #fbf3df;
}
CSS del degradado de fondo Blue Gamma
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #cddbf9, #d2ebf9, #d7f4f9, #e6f9ee, #fbf3df);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #cddbf9, #d2ebf9, #d7f4f9, #e6f9ee, #fbf3df);
}
Paletas de colores similares
Blue Gamma color palette created on .