Paleta de colores Aquatic Elegance

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Aquatic Elegance palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Aquatic Elegance

Download aquatic elegance color palette PNG image (landscape)
Download aquatic elegance color palette PNG image (square)

CSS de la paleta de colores Aquatic Elegance

/* CSS */
.color-1 {
color: #e7e8e9;
}
.color-2 {
color: #aec3d5;
}
.color-3 {
color: #81c2cf;
}
.color-4 {
color: #4fb5b0;
}
.color-5 {
color: #009485;
}

/* CSS Variables */
:root {
--color-1: #e7e8e9;
--color-2: #aec3d5;
--color-3: #81c2cf;
--color-4: #4fb5b0;
--color-5: #009485;
}

CSS del degradado de fondo Aquatic Elegance

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e7e8e9, #aec3d5, #81c2cf, #4fb5b0, #009485);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e7e8e9, #aec3d5, #81c2cf, #4fb5b0, #009485);
}

Aquatic Elegance color palette created on .