Red Blue Dream Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Red Blue Dream palette
Red Blue Dream color palette CSS
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #6ea1d8;
}
.color-3 {
color: #4a2b3d;
}
.color-4 {
color: #ffcb5c;
}
.color-5 {
color: #ff3c00;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #6ea1d8;
--color-3: #4a2b3d;
--color-4: #ffcb5c;
--color-5: #ff3c00;
}
Red Blue Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #6ea1d8, #4a2b3d, #ffcb5c, #ff3c00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #6ea1d8, #4a2b3d, #ffcb5c, #ff3c00);
}
Similar color palettes
Red Blue Dream color palette created on .