Paleta de colores Aquatic Serenity

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Aquatic Serenity palette

Compartir esta paleta en:

CSS de la paleta de colores Aquatic Serenity

/* CSS */
.color-1 {
color: #37b4e1;
}
.color-2 {
color: #4fc1e3;
}
.color-3 {
color: #6cd7e5;
}
.color-4 {
color: #a1e3e8;
}
.color-5 {
color: #b7f0f1;
}

/* CSS Variables */
:root {
--color-1: #37b4e1;
--color-2: #4fc1e3;
--color-3: #6cd7e5;
--color-4: #a1e3e8;
--color-5: #b7f0f1;
}

CSS del degradado de fondo Aquatic Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #37b4e1, #4fc1e3, #6cd7e5, #a1e3e8, #b7f0f1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #37b4e1, #4fc1e3, #6cd7e5, #a1e3e8, #b7f0f1);
}

Aquatic Serenity color palette created on .