Paleta de colores Tranquil Elm Breeze

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Tranquil Elm Breeze palette

Compartir esta paleta en:

CSS de la paleta de colores Tranquil Elm Breeze

/* CSS */
.color-1 {
color: #1c7b7d;
}
.color-2 {
color: #4eb7b3;
}
.color-3 {
color: #7dd8d5;
}
.color-4 {
color: #b3e5e0;
}
.color-5 {
color: #def7f3;
}

/* CSS Variables */
:root {
--color-1: #1c7b7d;
--color-2: #4eb7b3;
--color-3: #7dd8d5;
--color-4: #b3e5e0;
--color-5: #def7f3;
}

CSS del degradado de fondo Tranquil Elm Breeze

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c7b7d, #4eb7b3, #7dd8d5, #b3e5e0, #def7f3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c7b7d, #4eb7b3, #7dd8d5, #b3e5e0, #def7f3);
}

Tranquil Elm Breeze color palette created on .