Paleta de colores Cedar

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Cedar palette

Compartir esta paleta en:

CSS de la paleta de colores Cedar

/* CSS */
.color-1 {
color: #9f512d;
}
.color-2 {
color: #8b4513;
}
.color-3 {
color: #d2691e;
}
.color-4 {
color: #f4a662;
}
.color-5 {
color: #ffd900;
}

/* CSS Variables */
:root {
--color-1: #9f512d;
--color-2: #8b4513;
--color-3: #d2691e;
--color-4: #f4a662;
--color-5: #ffd900;
}

CSS del degradado de fondo Cedar

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9f512d, #8b4513, #d2691e, #f4a662, #ffd900);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9f512d, #8b4513, #d2691e, #f4a662, #ffd900);
}

Cedar color palette created on .