Blackthorn Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blackthorn palette
Blackthorn color palette CSS
/* CSS */
.color-1 {
color: #3a194d;
}
.color-2 {
color: #462e94;
}
.color-3 {
color: #6339b1;
}
.color-4 {
color: #9a41c3;
}
.color-5 {
color: #e37db2;
}
/* CSS Variables */
:root {
--color-1: #3a194d;
--color-2: #462e94;
--color-3: #6339b1;
--color-4: #9a41c3;
--color-5: #e37db2;
}
Blackthorn background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a194d, #462e94, #6339b1, #9a41c3, #e37db2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a194d, #462e94, #6339b1, #9a41c3, #e37db2);
}
Similar color palettes
Scroll down to explore 100+ Dark color palettes
Blackthorn color palette created on .