Paleta de colores February

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with February palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores February

Download february color palette PNG image (landscape)
Download february color palette PNG image (square)

CSS de la paleta de colores February

/* CSS */
.color-1 {
color: #bf5545;
}
.color-2 {
color: #bd7f3d;
}
.color-3 {
color: #c18d53;
}
.color-4 {
color: #bd8e3d;
}
.color-5 {
color: #b97837;
}

/* CSS Variables */
:root {
--color-1: #bf5545;
--color-2: #bd7f3d;
--color-3: #c18d53;
--color-4: #bd8e3d;
--color-5: #b97837;
}

CSS del degradado de fondo February

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bf5545, #bd7f3d, #c18d53, #bd8e3d, #b97837);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bf5545, #bd7f3d, #c18d53, #bd8e3d, #b97837);
}

February color palette created on .