Pink Glitter カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pink Glitter palette

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

Pink Glitter カラーパレット CSS

/* CSS */
.color-1 {
color: #f9b1ae;
}
.color-2 {
color: #f4bbae;
}
.color-3 {
color: #f0c7d2;
}
.color-4 {
color: #d6b8e0;
}
.color-5 {
color: #a8d3e1;
}

/* CSS Variables */
:root {
--color-1: #f9b1ae;
--color-2: #f4bbae;
--color-3: #f0c7d2;
--color-4: #d6b8e0;
--color-5: #a8d3e1;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9b1ae, #f4bbae, #f0c7d2, #d6b8e0, #a8d3e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9b1ae, #f4bbae, #f0c7d2, #d6b8e0, #a8d3e1);
}

Pink Glitter color palette created on .