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: #aadae9;
}
.color-2 {
color: #73c5e7;
}
.color-3 {
color: #4ab8e8;
}
.color-4 {
color: #1d98cd;
}
.color-5 {
color: #0b7b9d;
}

/* CSS Variables */
:root {
--color-1: #aadae9;
--color-2: #73c5e7;
--color-3: #4ab8e8;
--color-4: #1d98cd;
--color-5: #0b7b9d;
}

CSS del degradado de fondo Aqua Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #aadae9, #73c5e7, #4ab8e8, #1d98cd, #0b7b9d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #aadae9, #73c5e7, #4ab8e8, #1d98cd, #0b7b9d);
}

Aqua Serenity color palette created on .