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: #a2e2d4;
}
.color-2 {
color: #4ed7e9;
}
.color-3 {
color: #1ab5d1;
}
.color-4 {
color: #008c99;
}
.color-5 {
color: #005b80;
}

/* CSS Variables */
:root {
--color-1: #a2e2d4;
--color-2: #4ed7e9;
--color-3: #1ab5d1;
--color-4: #008c99;
--color-5: #005b80;
}

CSS del degradado de fondo Aqua Serenade

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a2e2d4, #4ed7e9, #1ab5d1, #008c99, #005b80);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a2e2d4, #4ed7e9, #1ab5d1, #008c99, #005b80);
}

Aqua Serenade color palette created on .