Paleta de colores Eucalyptus Breeze

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Eucalyptus Breeze palette

Compartir esta paleta en:

CSS de la paleta de colores Eucalyptus Breeze

/* CSS */
.color-1 {
color: #278b5d;
}
.color-2 {
color: #3bb08d;
}
.color-3 {
color: #6fd3b6;
}
.color-4 {
color: #a9e5e0;
}
.color-5 {
color: #e2f8f3;
}

/* CSS Variables */
:root {
--color-1: #278b5d;
--color-2: #3bb08d;
--color-3: #6fd3b6;
--color-4: #a9e5e0;
--color-5: #e2f8f3;
}

CSS del degradado de fondo Eucalyptus Breeze

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #278b5d, #3bb08d, #6fd3b6, #a9e5e0, #e2f8f3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #278b5d, #3bb08d, #6fd3b6, #a9e5e0, #e2f8f3);
}

Eucalyptus Breeze color palette created on .