Paleta de colores Aqua Serenity

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Aqua Serenity palette

Compartir esta paleta en:

CSS de la paleta de colores Aqua Serenity

/* CSS */
.color-1 {
color: #a8d3e1;
}
.color-2 {
color: #a3e0d4;
}
.color-3 {
color: #bae7b1;
}
.color-4 {
color: #f2e7b5;
}
.color-5 {
color: #f2b1b4;
}

/* CSS Variables */
:root {
--color-1: #a8d3e1;
--color-2: #a3e0d4;
--color-3: #bae7b1;
--color-4: #f2e7b5;
--color-5: #f2b1b4;
}

CSS del degradado de fondo Aqua Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8d3e1, #a3e0d4, #bae7b1, #f2e7b5, #f2b1b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8d3e1, #a3e0d4, #bae7b1, #f2e7b5, #f2b1b4);
}

Aqua Serenity color palette created on .