Paleta de colores Aqua Breeze

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Aqua Breeze palette

Compartir esta paleta en:

CSS de la paleta de colores Aqua Breeze

/* CSS */
.color-1 {
color: #00ffff;
}
.color-2 {
color: #b3ffff;
}
.color-3 {
color: #e0ffff;
}
.color-4 {
color: #ffffff;
}
.color-5 {
color: #ffebee;
}

/* CSS Variables */
:root {
--color-1: #00ffff;
--color-2: #b3ffff;
--color-3: #e0ffff;
--color-4: #ffffff;
--color-5: #ffebee;
}

CSS del degradado de fondo Aqua Breeze

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00ffff, #b3ffff, #e0ffff, #ffffff, #ffebee);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00ffff, #b3ffff, #e0ffff, #ffffff, #ffebee);
}

Aqua Breeze color palette created on .