Paleta de colores Aqua Serenade

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Aqua Serenade palette

Compartir esta paleta en:

CSS de la paleta de colores Aqua Serenade

/* CSS */
.color-1 {
color: #b0e0e8;
}
.color-2 {
color: #a4d5c0;
}
.color-3 {
color: #a1c1e8;
}
.color-4 {
color: #f9d4b4;
}
.color-5 {
color: #f1b1d4;
}

/* CSS Variables */
:root {
--color-1: #b0e0e8;
--color-2: #a4d5c0;
--color-3: #a1c1e8;
--color-4: #f9d4b4;
--color-5: #f1b1d4;
}

CSS del degradado de fondo Aqua Serenade

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b0e0e8, #a4d5c0, #a1c1e8, #f9d4b4, #f1b1d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b0e0e8, #a4d5c0, #a1c1e8, #f9d4b4, #f1b1d4);
}

Aqua Serenade color palette created on .