Lana Del Rey Color Palette

Discover the beautiful Lana Del Rey color palette featuring cloud burst (#1f2942), blue bayoux (#4d5c80), casper (#a6b9c9), mandys pink (#f1c6a7) and hippie pink (#b84c5c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Gray, Soft, Earthy, Aesthetic, Light, Pink, Red, Vintage color palettes and combinations.

💡 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 Lana Del Rey palette

Share this palette to:

💻 Lana Del Rey color palette CSS

/* CSS */
.color-1 {
color: #1f2942;
}
.color-2 {
color: #4d5c80;
}
.color-3 {
color: #a6b9c9;
}
.color-4 {
color: #f1c6a7;
}
.color-5 {
color: #b84c5c;
}

/* CSS Variables */
:root {
--color-1: #1f2942;
--color-2: #4d5c80;
--color-3: #a6b9c9;
--color-4: #f1c6a7;
--color-5: #b84c5c;
}

🌈 Lana Del Rey background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f2942, #4d5c80, #a6b9c9, #f1c6a7, #b84c5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f2942, #4d5c80, #a6b9c9, #f1c6a7, #b84c5c);
}

Lana Del Rey color palette created on .