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: #1a69b7;
}
.color-2 {
color: #5cb1e6;
}
.color-3 {
color: #8ad6f4;
}
.color-4 {
color: #e0f5ff;
}
.color-5 {
color: #f8f3f1;
}

/* CSS Variables */
:root {
--color-1: #1a69b7;
--color-2: #5cb1e6;
--color-3: #8ad6f4;
--color-4: #e0f5ff;
--color-5: #f8f3f1;
}

CSS del degradado de fondo Aqua Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a69b7, #5cb1e6, #8ad6f4, #e0f5ff, #f8f3f1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a69b7, #5cb1e6, #8ad6f4, #e0f5ff, #f8f3f1);
}

Aqua Serenity color palette created on .