Lana Del Rey Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Lana Del Rey palette
Lana Del Rey color palette PNG image
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);
}
Similar color palettes
Lana Del Rey color palette created on .