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: #0095b3;
}
.color-2 {
color: #1eb4d2;
}
.color-3 {
color: #1ee6df;
}
.color-4 {
color: #a5e3d6;
}
.color-5 {
color: #f5c99e;
}

/* CSS Variables */
:root {
--color-1: #0095b3;
--color-2: #1eb4d2;
--color-3: #1ee6df;
--color-4: #a5e3d6;
--color-5: #f5c99e;
}

CSS del degradado de fondo Aqua Serenade

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0095b3, #1eb4d2, #1ee6df, #a5e3d6, #f5c99e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0095b3, #1eb4d2, #1ee6df, #a5e3d6, #f5c99e);
}

Aqua Serenade color palette created on .