Lana Del Rey カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Lana Del Rey palette

このパレットを共有する先:

Lana Del Rey カラーパレット CSS

/* CSS */
.color-1 {
color: #f9c7b4;
}
.color-2 {
color: #e9b79f;
}
.color-3 {
color: #d8ab9d;
}
.color-4 {
color: #a5698d;
}
.color-5 {
color: #5e4d7a;
}

/* CSS Variables */
:root {
--color-1: #f9c7b4;
--color-2: #e9b79f;
--color-3: #d8ab9d;
--color-4: #a5698d;
--color-5: #5e4d7a;
}

Lana Del Rey の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9c7b4, #e9b79f, #d8ab9d, #a5698d, #5e4d7a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9c7b4, #e9b79f, #d8ab9d, #a5698d, #5e4d7a);
}

Lana Del Rey color palette created on .