Paleta de colores Blue Ice Cream Galaxy

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Blue Ice Cream Galaxy palette

Compartir esta paleta en:

CSS de la paleta de colores Blue Ice Cream Galaxy

/* CSS */
.color-1 {
color: #f6d5e2;
}
.color-2 {
color: #a3c7e0;
}
.color-3 {
color: #6f9cc8;
}
.color-4 {
color: #4b7bec;
}
.color-5 {
color: #2b4f82;
}

/* CSS Variables */
:root {
--color-1: #f6d5e2;
--color-2: #a3c7e0;
--color-3: #6f9cc8;
--color-4: #4b7bec;
--color-5: #2b4f82;
}

CSS del degradado de fondo Blue Ice Cream Galaxy

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d5e2, #a3c7e0, #6f9cc8, #4b7bec, #2b4f82);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d5e2, #a3c7e0, #6f9cc8, #4b7bec, #2b4f82);
}

Blue Ice Cream Galaxy color palette created on .