Paleta de colores Celestial Greens

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Celestial Greens palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Celestial Greens

Download celestial greens color palette PNG image (landscape)
Download celestial greens color palette PNG image (square)

CSS de la paleta de colores Celestial Greens

/* CSS */
.color-1 {
color: #058a74;
}
.color-2 {
color: #3eb198;
}
.color-3 {
color: #70d7c4;
}
.color-4 {
color: #9de2d3;
}
.color-5 {
color: #d0f1ec;
}

/* CSS Variables */
:root {
--color-1: #058a74;
--color-2: #3eb198;
--color-3: #70d7c4;
--color-4: #9de2d3;
--color-5: #d0f1ec;
}

CSS del degradado de fondo Celestial Greens

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #058a74, #3eb198, #70d7c4, #9de2d3, #d0f1ec);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #058a74, #3eb198, #70d7c4, #9de2d3, #d0f1ec);
}

Celestial Greens color palette created on .