Castiel Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Castiel palette
Castiel color palette CSS
/* CSS */
.color-1 {
color: #a1c1e8;
}
.color-2 {
color: #6d9dc5;
}
.color-3 {
color: #4b789b;
}
.color-4 {
color: #2f4b6f;
}
.color-5 {
color: #1b2b50;
}
/* CSS Variables */
:root {
--color-1: #a1c1e8;
--color-2: #6d9dc5;
--color-3: #4b789b;
--color-4: #2f4b6f;
--color-5: #1b2b50;
}
Castiel background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a1c1e8, #6d9dc5, #4b789b, #2f4b6f, #1b2b50);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a1c1e8, #6d9dc5, #4b789b, #2f4b6f, #1b2b50);
}
Similar color palettes
Castiel color palette created on .