Brainrot Color Palette
Discover the beautiful Brainrot color palette featuring pavlova (#d5c09f), shocking (#e68ec9), deep blush (#e0679f), wisteria (#b058b6) and indigo (#514dd1).
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 Brainrot palette
💻 Brainrot color palette CSS
/* CSS */
.color-1 {
color: #d5c09f;
}
.color-2 {
color: #e68ec9;
}
.color-3 {
color: #e0679f;
}
.color-4 {
color: #b058b6;
}
.color-5 {
color: #514dd1;
}
/* CSS Variables */
:root {
--color-1: #d5c09f;
--color-2: #e68ec9;
--color-3: #e0679f;
--color-4: #b058b6;
--color-5: #514dd1;
}
🌈 Brainrot background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d5c09f, #e68ec9, #e0679f, #b058b6, #514dd1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d5c09f, #e68ec9, #e0679f, #b058b6, #514dd1);
}
🔗 Explore similar color palettes
Brainrot color palette created on .