Red Mime Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Red Mime palette
Red Mime color palette CSS
/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #f5dfd6;
}
.color-3 {
color: #e28383;
}
.color-4 {
color: #c22929;
}
.color-5 {
color: #782121;
}
/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #f5dfd6;
--color-3: #e28383;
--color-4: #c22929;
--color-5: #782121;
}
Red Mime background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #f5dfd6, #e28383, #c22929, #782121);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #f5dfd6, #e28383, #c22929, #782121);
}
Similar color palettes
Scroll down to explore 60+ Cream color palettes
Red Mime color palette created on .