Porcelain Dream Color Palette
Discover the beautiful Porcelain Dream color palette featuring porcelain (#f1f3f4), geyser (#d6e2e6), pigeon post (#b1c8d8), half baked (#89b7d1) and shakespeare (#4ca6d6).
Brightness
Saturation
Warmth
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with Porcelain Dream palette
💻 Porcelain Dream color palette CSS
/* CSS */
.color-1 {
color: #f1f3f4;
}
.color-2 {
color: #d6e2e6;
}
.color-3 {
color: #b1c8d8;
}
.color-4 {
color: #89b7d1;
}
.color-5 {
color: #4ca6d6;
}
/* CSS Variables */
:root {
--color-1: #f1f3f4;
--color-2: #d6e2e6;
--color-3: #b1c8d8;
--color-4: #89b7d1;
--color-5: #4ca6d6;
} 🌈 Porcelain Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1f3f4, #d6e2e6, #b1c8d8, #89b7d1, #4ca6d6);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1f3f4, #d6e2e6, #b1c8d8, #89b7d1, #4ca6d6);
} 🔗 Explore similar color palettes
Porcelain Dream color palette created on .