Chalk White and Varsity Red Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Chalk White and Varsity Red palette

Condividi questa palette a:

tavolozza dei colori Chalk White and Varsity Red CSS

/* CSS */
.color-1 {
color: #f3f4e1;
}
.color-2 {
color: #d9cba1;
}
.color-3 {
color: #c74938;
}
.color-4 {
color: #a5b5d9;
}
.color-5 {
color: #799a8e;
}

/* CSS Variables */
:root {
--color-1: #f3f4e1;
--color-2: #d9cba1;
--color-3: #c74938;
--color-4: #a5b5d9;
--color-5: #799a8e;
}

CSS con gradiente di sfondo Chalk White and Varsity Red

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3f4e1, #d9cba1, #c74938, #a5b5d9, #799a8e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3f4e1, #d9cba1, #c74938, #a5b5d9, #799a8e);
}

Chalk White and Varsity Red color palette created on .