Oyster Dream Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Oyster Dream palette
Color Inspiration
Images that showcase this color palette in real designs
Download Oyster Dream Color Palette (PNG)
Oyster Dream color palette CSS
/* CSS */
.color-1 {
color: #f8dddf;
}
.color-2 {
color: #f1c6c6;
}
.color-3 {
color: #e3b0b4;
}
.color-4 {
color: #d89da1;
}
.color-5 {
color: #c78a94;
}
/* CSS Variables */
:root {
--color-1: #f8dddf;
--color-2: #f1c6c6;
--color-3: #e3b0b4;
--color-4: #d89da1;
--color-5: #c78a94;
}
Oyster Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8dddf, #f1c6c6, #e3b0b4, #d89da1, #c78a94);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8dddf, #f1c6c6, #e3b0b4, #d89da1, #c78a94);
}
Similar color palettes
Oyster Dream color palette created on .