Crimson Tides Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Crimson Tides palette

Share this palette to:

Crimson Tides color palette CSS

/* CSS */
.color-1 {
color: #4a6e8c;
}
.color-2 {
color: #1c1c1c;
}
.color-3 {
color: #f2f2f2;
}
.color-4 {
color: #e63746;
}
.color-5 {
color: #f2faef;
}

/* CSS Variables */
:root {
--color-1: #4a6e8c;
--color-2: #1c1c1c;
--color-3: #f2f2f2;
--color-4: #e63746;
--color-5: #f2faef;
}

Crimson Tides background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a6e8c, #1c1c1c, #f2f2f2, #e63746, #f2faef);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a6e8c, #1c1c1c, #f2f2f2, #e63746, #f2faef);
}

Crimson Tides color palette created on .