Paleta de colores Alderpaw

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Alderpaw palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Alderpaw

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

CSS de la paleta de colores Alderpaw

/* CSS */
.color-1 {
color: #572f05;
}
.color-2 {
color: #8a350a;
}
.color-3 {
color: #a25e0b;
}
.color-4 {
color: #b77110;
}
.color-5 {
color: #b67c11;
}

/* CSS Variables */
:root {
--color-1: #572f05;
--color-2: #8a350a;
--color-3: #a25e0b;
--color-4: #b77110;
--color-5: #b67c11;
}

CSS del degradado de fondo Alderpaw

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #572f05, #8a350a, #a25e0b, #b77110, #b67c11);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #572f05, #8a350a, #a25e0b, #b77110, #b67c11);
}

Alderpaw color palette created on .