Paleta de colores Calming Aqua

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Calming Aqua palette

Compartir esta paleta en:

CSS de la paleta de colores Calming Aqua

/* CSS */
.color-1 {
color: #a3d5e1;
}
.color-2 {
color: #f2e2a1;
}
.color-3 {
color: #f2b9a1;
}
.color-4 {
color: #f76e6e;
}
.color-5 {
color: #699b6d;
}

/* CSS Variables */
:root {
--color-1: #a3d5e1;
--color-2: #f2e2a1;
--color-3: #f2b9a1;
--color-4: #f76e6e;
--color-5: #699b6d;
}

CSS del degradado de fondo Calming Aqua

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d5e1, #f2e2a1, #f2b9a1, #f76e6e, #699b6d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d5e1, #f2e2a1, #f2b9a1, #f76e6e, #699b6d);
}

Calming Aqua color palette created on .