Chalk White and Varsity Red Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Chalk White and Varsity Red palette
Chalk White and Varsity Red color palette CSS
/* 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;
}
Chalk White and Varsity Red background gradient CSS
/* 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);
}
Similar color palettes
Scroll down to explore 300+ Beige color palettes
Chalk White and Varsity Red color palette created on .