Castor Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Castor palette
Color Inspiration
Images that showcase this color palette in real designs
Download Castor Color Palette (PNG)
Castor color palette CSS
/* CSS */
.color-1 {
color: #5c3f8d;
}
.color-2 {
color: #7a6aa9;
}
.color-3 {
color: #a7a3c8;
}
.color-4 {
color: #d7b6a7;
}
.color-5 {
color: #f1c6a7;
}
/* CSS Variables */
:root {
--color-1: #5c3f8d;
--color-2: #7a6aa9;
--color-3: #a7a3c8;
--color-4: #d7b6a7;
--color-5: #f1c6a7;
}
Castor background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c3f8d, #7a6aa9, #a7a3c8, #d7b6a7, #f1c6a7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c3f8d, #7a6aa9, #a7a3c8, #d7b6a7, #f1c6a7);
}
Similar color palettes
Castor color palette created on .