Rainbow Dreams Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Rainbow Dreams palette
Rainbow Dreams color palette PNG image
Rainbow Dreams color palette CSS
/* CSS */
.color-1 {
color: #ff7092;
}
.color-2 {
color: #ffb347;
}
.color-3 {
color: #ffda6b;
}
.color-4 {
color: #6ccb79;
}
.color-5 {
color: #5087f7;
}
/* CSS Variables */
:root {
--color-1: #ff7092;
--color-2: #ffb347;
--color-3: #ffda6b;
--color-4: #6ccb79;
--color-5: #5087f7;
}
Rainbow Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff7092, #ffb347, #ffda6b, #6ccb79, #5087f7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff7092, #ffb347, #ffda6b, #6ccb79, #5087f7);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Rainbow Dreams color palette created on .