Paleta de colores Nature Spots

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Nature Spots palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Nature Spots

Download nature spots color palette PNG image (landscape)
Download nature spots color palette PNG image (square)

CSS de la paleta de colores Nature Spots

/* CSS */
.color-1 {
color: #a8e6cf;
}
.color-2 {
color: #dbedbf;
}
.color-3 {
color: #ffd4b8;
}
.color-4 {
color: #ffa8a3;
}
.color-5 {
color: #ff667d;
}

/* CSS Variables */
:root {
--color-1: #a8e6cf;
--color-2: #dbedbf;
--color-3: #ffd4b8;
--color-4: #ffa8a3;
--color-5: #ff667d;
}

CSS del degradado de fondo Nature Spots

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8e6cf, #dbedbf, #ffd4b8, #ffa8a3, #ff667d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8e6cf, #dbedbf, #ffd4b8, #ffa8a3, #ff667d);
}

Nature Spots color palette created on .