Paleta de colores Aqua Beryl Breeze

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Aqua Beryl Breeze palette

Compartir esta paleta en:

CSS de la paleta de colores Aqua Beryl Breeze

/* CSS */
.color-1 {
color: #a6d7e7;
}
.color-2 {
color: #7fd959;
}
.color-3 {
color: #5ccc90;
}
.color-4 {
color: #409c71;
}
.color-5 {
color: #2a795d;
}

/* CSS Variables */
:root {
--color-1: #a6d7e7;
--color-2: #7fd959;
--color-3: #5ccc90;
--color-4: #409c71;
--color-5: #2a795d;
}

CSS del degradado de fondo Aqua Beryl Breeze

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6d7e7, #7fd959, #5ccc90, #409c71, #2a795d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6d7e7, #7fd959, #5ccc90, #409c71, #2a795d);
}

Aqua Beryl Breeze color palette created on .