Pink Looey カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pink Looey palette

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

Pink Looey カラーパレット CSS

/* CSS */
.color-1 {
color: #f9d09f;
}
.color-2 {
color: #f2b6a1;
}
.color-3 {
color: #f28c95;
}
.color-4 {
color: #c45a99;
}
.color-5 {
color: #6b4a82;
}

/* CSS Variables */
:root {
--color-1: #f9d09f;
--color-2: #f2b6a1;
--color-3: #f28c95;
--color-4: #c45a99;
--color-5: #6b4a82;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d09f, #f2b6a1, #f28c95, #c45a99, #6b4a82);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d09f, #f2b6a1, #f28c95, #c45a99, #6b4a82);
}

Pink Looey color palette created on .