Paleta de colores Serene Aqua Breeze

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Serene Aqua Breeze palette

Compartir esta paleta en:

CSS de la paleta de colores Serene Aqua Breeze

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #e4f7f1;
}
.color-3 {
color: #c5e7e3;
}
.color-4 {
color: #9fd3d6;
}
.color-5 {
color: #74b1be;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #e4f7f1;
--color-3: #c5e7e3;
--color-4: #9fd3d6;
--color-5: #74b1be;
}

CSS del degradado de fondo Serene Aqua Breeze

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #e4f7f1, #c5e7e3, #9fd3d6, #74b1be);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #e4f7f1, #c5e7e3, #9fd3d6, #74b1be);
}

Serene Aqua Breeze color palette created on .