Paleta de colores Aqua Siren's Embrace

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Aqua Siren's Embrace palette

Compartir esta paleta en:

CSS de la paleta de colores Aqua Siren's Embrace

/* CSS */
.color-1 {
color: #4ebae4;
}
.color-2 {
color: #6ad6e2;
}
.color-3 {
color: #8af4e1;
}
.color-4 {
color: #a6f7e0;
}
.color-5 {
color: #c8f9e5;
}

/* CSS Variables */
:root {
--color-1: #4ebae4;
--color-2: #6ad6e2;
--color-3: #8af4e1;
--color-4: #a6f7e0;
--color-5: #c8f9e5;
}

CSS del degradado de fondo Aqua Siren's Embrace

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4ebae4, #6ad6e2, #8af4e1, #a6f7e0, #c8f9e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4ebae4, #6ad6e2, #8af4e1, #a6f7e0, #c8f9e5);
}

Aqua Siren's Embrace color palette created on .