Orchid Dreams Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Orchid Dreams palette
Orchid Dreams color palette CSS
/* CSS */
.color-1 {
color: #ba55d3;
}
.color-2 {
color: #da71d7;
}
.color-3 {
color: #ff6bb5;
}
.color-4 {
color: #ffb8c1;
}
.color-5 {
color: #ffd900;
}
/* CSS Variables */
:root {
--color-1: #ba55d3;
--color-2: #da71d7;
--color-3: #ff6bb5;
--color-4: #ffb8c1;
--color-5: #ffd900;
}
Orchid Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ba55d3, #da71d7, #ff6bb5, #ffb8c1, #ffd900);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ba55d3, #da71d7, #ff6bb5, #ffb8c1, #ffd900);
}
Similar color palettes
Scroll down to explore 300+ Aesthetic color palettes
Orchid Dreams color palette created on .