Pink Lotus カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pink Lotus palette

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

Pink Lotus カラーパレット CSS

/* CSS */
.color-1 {
color: #f5c7d0;
}
.color-2 {
color: #e6b2c2;
}
.color-3 {
color: #d78eb3;
}
.color-4 {
color: #b15d8d;
}
.color-5 {
color: #883f7b;
}

/* CSS Variables */
:root {
--color-1: #f5c7d0;
--color-2: #e6b2c2;
--color-3: #d78eb3;
--color-4: #b15d8d;
--color-5: #883f7b;
}

Pink Lotus の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5c7d0, #e6b2c2, #d78eb3, #b15d8d, #883f7b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5c7d0, #e6b2c2, #d78eb3, #b15d8d, #883f7b);
}

Pink Lotus color palette created on .