Red Lingonberry カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Red Lingonberry palette

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

Red Lingonberry カラーパレット CSS

/* CSS */
.color-1 {
color: #ba4e3b;
}
.color-2 {
color: #d66b6e;
}
.color-3 {
color: #f1a7b1;
}
.color-4 {
color: #fdcee0;
}
.color-5 {
color: #e5d8d1;
}

/* CSS Variables */
:root {
--color-1: #ba4e3b;
--color-2: #d66b6e;
--color-3: #f1a7b1;
--color-4: #fdcee0;
--color-5: #e5d8d1;
}

Red Lingonberry の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ba4e3b, #d66b6e, #f1a7b1, #fdcee0, #e5d8d1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ba4e3b, #d66b6e, #f1a7b1, #fdcee0, #e5d8d1);
}

Red Lingonberry color palette created on .