Paleta de colores Aquatic Glow

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Aquatic Glow palette

Compartir esta paleta en:

CSS de la paleta de colores Aquatic Glow

/* CSS */
.color-1 {
color: #1b6c98;
}
.color-2 {
color: #2ec29f;
}
.color-3 {
color: #f3de68;
}
.color-4 {
color: #ff6e61;
}
.color-5 {
color: #f07c00;
}

/* CSS Variables */
:root {
--color-1: #1b6c98;
--color-2: #2ec29f;
--color-3: #f3de68;
--color-4: #ff6e61;
--color-5: #f07c00;
}

CSS del degradado de fondo Aquatic Glow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b6c98, #2ec29f, #f3de68, #ff6e61, #f07c00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b6c98, #2ec29f, #f3de68, #ff6e61, #f07c00);
}

Aquatic Glow color palette created on .