Room Cozy Comfortable Cool Colors Color Palette
Discover the beautiful Room Cozy Comfortable Cool Colors color palette featuring melanie (#eed3e6), periwinkle gray (#b1bae2), jungle mist (#bed5da), whisper (#f5eef6) and link water (#ccdbf0).
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 Room Cozy Comfortable Cool Colors palette
💻 Room Cozy Comfortable Cool Colors color palette CSS
/* CSS */
.color-1 {
color: #eed3e6;
}
.color-2 {
color: #b1bae2;
}
.color-3 {
color: #bed5da;
}
.color-4 {
color: #f5eef6;
}
.color-5 {
color: #ccdbf0;
}
/* CSS Variables */
:root {
--color-1: #eed3e6;
--color-2: #b1bae2;
--color-3: #bed5da;
--color-4: #f5eef6;
--color-5: #ccdbf0;
} 🌈 Room Cozy Comfortable Cool Colors background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eed3e6, #b1bae2, #bed5da, #f5eef6, #ccdbf0);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eed3e6, #b1bae2, #bed5da, #f5eef6, #ccdbf0);
} 🔗 Explore similar color palettes
Room Cozy Comfortable Cool Colors color palette created on .