Paleta de colores Frosted Pine

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Frosted Pine palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Frosted Pine

Download frosted pine color palette PNG image (landscape)
Download frosted pine color palette PNG image (square)

CSS de la paleta de colores Frosted Pine

/* CSS */
.color-1 {
color: #a9c7b9;
}
.color-2 {
color: #b0d8b6;
}
.color-3 {
color: #d3e3d4;
}
.color-4 {
color: #f1f6e4;
}
.color-5 {
color: #f6e9c1;
}

/* CSS Variables */
:root {
--color-1: #a9c7b9;
--color-2: #b0d8b6;
--color-3: #d3e3d4;
--color-4: #f1f6e4;
--color-5: #f6e9c1;
}

CSS del degradado de fondo Frosted Pine

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9c7b9, #b0d8b6, #d3e3d4, #f1f6e4, #f6e9c1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9c7b9, #b0d8b6, #d3e3d4, #f1f6e4, #f6e9c1);
}

Frosted Pine color palette created on .