Crimson Tide and Dust Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Crimson Tide and Dust palette

Share this palette to:

Crimson Tide and Dust color palette CSS

/* CSS */
.color-1 {
color: #f2b1b2;
}
.color-2 {
color: #a97576;
}
.color-3 {
color: #69494b;
}
.color-4 {
color: #6c1313;
}
.color-5 {
color: #012128;
}

/* CSS Variables */
:root {
--color-1: #f2b1b2;
--color-2: #a97576;
--color-3: #69494b;
--color-4: #6c1313;
--color-5: #012128;
}

Crimson Tide and Dust background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2b1b2, #a97576, #69494b, #6c1313, #012128);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2b1b2, #a97576, #69494b, #6c1313, #012128);
}

Similar color palettes

Crimson Tide and Dust color palette created on .