Paleta de colores Summer Blue

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Summer Blue palette

Compartir esta paleta en:

CSS de la paleta de colores Summer Blue

/* CSS */
.color-1 {
color: #f6c7a7;
}
.color-2 {
color: #f2e7ba;
}
.color-3 {
color: #a3d7be;
}
.color-4 {
color: #6eb6e2;
}
.color-5 {
color: #a65e9e;
}

/* CSS Variables */
:root {
--color-1: #f6c7a7;
--color-2: #f2e7ba;
--color-3: #a3d7be;
--color-4: #6eb6e2;
--color-5: #a65e9e;
}

CSS del degradado de fondo Summer Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6c7a7, #f2e7ba, #a3d7be, #6eb6e2, #a65e9e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6c7a7, #f2e7ba, #a3d7be, #6eb6e2, #a65e9e);
}

Summer Blue color palette created on .