Dark Red Sea Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Dark Red Sea palette

Share this palette to:

Dark Red Sea color palette CSS

/* CSS */
.color-1 {
color: #5b2a29;
}
.color-2 {
color: #bd5b2e;
}
.color-3 {
color: #d8a64b;
}
.color-4 {
color: #4b9167;
}
.color-5 {
color: #2a4d6a;
}

/* CSS Variables */
:root {
--color-1: #5b2a29;
--color-2: #bd5b2e;
--color-3: #d8a64b;
--color-4: #4b9167;
--color-5: #2a4d6a;
}

Dark Red Sea background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b2a29, #bd5b2e, #d8a64b, #4b9167, #2a4d6a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b2a29, #bd5b2e, #d8a64b, #4b9167, #2a4d6a);
}

Similar color palettes

Dark Red Sea color palette created on .