Paleta de colores Aquatic Serenade

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Aquatic Serenade palette

Compartir esta paleta en:

CSS de la paleta de colores Aquatic Serenade

/* CSS */
.color-1 {
color: #009ba3;
}
.color-2 {
color: #00b3aa;
}
.color-3 {
color: #00d6af;
}
.color-4 {
color: #a5e4c5;
}
.color-5 {
color: #f5fffd;
}

/* CSS Variables */
:root {
--color-1: #009ba3;
--color-2: #00b3aa;
--color-3: #00d6af;
--color-4: #a5e4c5;
--color-5: #f5fffd;
}

CSS del degradado de fondo Aquatic Serenade

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #009ba3, #00b3aa, #00d6af, #a5e4c5, #f5fffd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #009ba3, #00b3aa, #00d6af, #a5e4c5, #f5fffd);
}

Aquatic Serenade color palette created on .