Black Depths of the Blood Sea Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Black Depths of the Blood Sea palette
Black Depths of the Blood Sea color palette PNG image
Black Depths of the Blood Sea color palette CSS
/* CSS */
.color-1 {
color: #2e1a1f;
}
.color-2 {
color: #593b42;
}
.color-3 {
color: #8a565c;
}
.color-4 {
color: #af8386;
}
.color-5 {
color: #d19fa3;
}
/* CSS Variables */
:root {
--color-1: #2e1a1f;
--color-2: #593b42;
--color-3: #8a565c;
--color-4: #af8386;
--color-5: #d19fa3;
}
Black Depths of the Blood Sea background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2e1a1f, #593b42, #8a565c, #af8386, #d19fa3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2e1a1f, #593b42, #8a565c, #af8386, #d19fa3);
}
Similar color palettes
Black Depths of the Blood Sea color palette created on .