Paleta de colores Calm Nature Colors

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Calm Nature Colors palette

Compartir esta paleta en:

Descargar la paleta de colores Calm Nature Colors (PNG)

Download calm nature colors color palette PNG image (landscape)
Download calm nature colors color palette PNG image (square)

CSS de la paleta de colores Calm Nature Colors

/* CSS */
.color-1 {
color: #c7ebd3;
}
.color-2 {
color: #f8de91;
}
.color-3 {
color: #f8b982;
}
.color-4 {
color: #f3a5bb;
}
.color-5 {
color: #7c84b1;
}

/* CSS Variables */
:root {
--color-1: #c7ebd3;
--color-2: #f8de91;
--color-3: #f8b982;
--color-4: #f3a5bb;
--color-5: #7c84b1;
}

CSS del degradado de fondo Calm Nature Colors

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c7ebd3, #f8de91, #f8b982, #f3a5bb, #7c84b1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c7ebd3, #f8de91, #f8b982, #f3a5bb, #7c84b1);
}

Calm Nature Colors color palette created on .