Cal State San Diego Red Shades Color Palette
Discover the beautiful Cal State San Diego Red Shades color palette featuring punch (#da2b2b), mandy (#e24b4b), froly (#f57a7a), wewak (#f49f9f) and apricot peach (#f9bfbe).
Brightness
Saturation
Warmth
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with Cal State San Diego Red Shades palette
💻 Cal State San Diego Red Shades color palette CSS
/* CSS */
.color-1 {
color: #da2b2b;
}
.color-2 {
color: #e24b4b;
}
.color-3 {
color: #f57a7a;
}
.color-4 {
color: #f49f9f;
}
.color-5 {
color: #f9bfbe;
}
/* CSS Variables */
:root {
--color-1: #da2b2b;
--color-2: #e24b4b;
--color-3: #f57a7a;
--color-4: #f49f9f;
--color-5: #f9bfbe;
} 🌈 Cal State San Diego Red Shades background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #da2b2b, #e24b4b, #f57a7a, #f49f9f, #f9bfbe);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #da2b2b, #e24b4b, #f57a7a, #f49f9f, #f9bfbe);
} 🔗 Explore similar color palettes
Cal State San Diego Red Shades color palette created on .