Opal Dream Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Opal Dream palette
Opal Dream color palette PNG image
Opal Dream color palette CSS
/* CSS */
.color-1 {
color: #a9c6c2;
}
.color-2 {
color: #b6d2d1;
}
.color-3 {
color: #c3dfdd;
}
.color-4 {
color: #e0b2b6;
}
.color-5 {
color: #f8d3bf;
}
/* CSS Variables */
:root {
--color-1: #a9c6c2;
--color-2: #b6d2d1;
--color-3: #c3dfdd;
--color-4: #e0b2b6;
--color-5: #f8d3bf;
}
Opal Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9c6c2, #b6d2d1, #c3dfdd, #e0b2b6, #f8d3bf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9c6c2, #b6d2d1, #c3dfdd, #e0b2b6, #f8d3bf);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Opal Dream color palette created on .