Opal Dream Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Opal Dream palette
Opal Dream color palette CSS
/* CSS */
.color-1 {
color: #bfdae3;
}
.color-2 {
color: #c7e5dc;
}
.color-3 {
color: #f3e8e2;
}
.color-4 {
color: #f1c5cd;
}
.color-5 {
color: #f7d4c5;
}
/* CSS Variables */
:root {
--color-1: #bfdae3;
--color-2: #c7e5dc;
--color-3: #f3e8e2;
--color-4: #f1c5cd;
--color-5: #f7d4c5;
}
Opal Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bfdae3, #c7e5dc, #f3e8e2, #f1c5cd, #f7d4c5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bfdae3, #c7e5dc, #f3e8e2, #f1c5cd, #f7d4c5);
}
Similar color palettes
Scroll down to explore 200+ Aqua color palettes
Opal Dream color palette created on .