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: #0087f5;
}
.color-2 {
color: #75c8ff;
}
.color-3 {
color: #b3e4ff;
}
.color-4 {
color: #ebf7ff;
}
.color-5 {
color: #fff2eb;
}

/* CSS Variables */
:root {
--color-1: #0087f5;
--color-2: #75c8ff;
--color-3: #b3e4ff;
--color-4: #ebf7ff;
--color-5: #fff2eb;
}

CSS del degradado de fondo Aqua Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0087f5, #75c8ff, #b3e4ff, #ebf7ff, #fff2eb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0087f5, #75c8ff, #b3e4ff, #ebf7ff, #fff2eb);
}

Paletas de colores similares

Aqua Serenity color palette created on .