Crimson Tides and Azure Dreams Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Crimson Tides and Azure Dreams palette
Crimson Tides and Azure Dreams color palette CSS
/* CSS */
.color-1 {
color: #ff4d4f;
}
.color-2 {
color: #4da0ff;
}
.color-3 {
color: #ffcc00;
}
.color-4 {
color: #ff8052;
}
.color-5 {
color: #4dff88;
}
/* CSS Variables */
:root {
--color-1: #ff4d4f;
--color-2: #4da0ff;
--color-3: #ffcc00;
--color-4: #ff8052;
--color-5: #4dff88;
}
Crimson Tides and Azure Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff4d4f, #4da0ff, #ffcc00, #ff8052, #4dff88);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff4d4f, #4da0ff, #ffcc00, #ff8052, #4dff88);
}
Similar color palettes
Scroll down to explore 90+ Red color palettes
Crimson Tides and Azure Dreams color palette created on .