Character Haven Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Character Haven palette
Character Haven color palette CSS
/* CSS */
.color-1 {
color: #2b3b50;
}
.color-2 {
color: #5c8099;
}
.color-3 {
color: #a4c1df;
}
.color-4 {
color: #f6e48e;
}
.color-5 {
color: #ff6e61;
}
/* CSS Variables */
:root {
--color-1: #2b3b50;
--color-2: #5c8099;
--color-3: #a4c1df;
--color-4: #f6e48e;
--color-5: #ff6e61;
}
Character Haven background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2b3b50, #5c8099, #a4c1df, #f6e48e, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2b3b50, #5c8099, #a4c1df, #f6e48e, #ff6e61);
}
Similar color palettes
Scroll down to explore 400+ Blue color palettes
Character Haven color palette created on .