Paleta de colores Chalk White and Varsity Red

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Chalk White and Varsity Red palette

Compartir esta paleta en:

CSS de la paleta de colores Chalk White and Varsity Red

/* CSS */
.color-1 {
color: #f6f5e4;
}
.color-2 {
color: #e1cea8;
}
.color-3 {
color: #d06853;
}
.color-4 {
color: #c6c2d6;
}
.color-5 {
color: #2d2f8f;
}

/* CSS Variables */
:root {
--color-1: #f6f5e4;
--color-2: #e1cea8;
--color-3: #d06853;
--color-4: #c6c2d6;
--color-5: #2d2f8f;
}

CSS del degradado de fondo Chalk White and Varsity Red

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6f5e4, #e1cea8, #d06853, #c6c2d6, #2d2f8f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6f5e4, #e1cea8, #d06853, #c6c2d6, #2d2f8f);
}

Chalk White and Varsity Red color palette created on .