Pink Glisten カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pink Glisten palette

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

Pink Glisten カラーパレット CSS

/* CSS */
.color-1 {
color: #f7e7a6;
}
.color-2 {
color: #f9d59f;
}
.color-3 {
color: #f3b7a0;
}
.color-4 {
color: #f29cbb;
}
.color-5 {
color: #e8a1c2;
}

/* CSS Variables */
:root {
--color-1: #f7e7a6;
--color-2: #f9d59f;
--color-3: #f3b7a0;
--color-4: #f29cbb;
--color-5: #e8a1c2;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7e7a6, #f9d59f, #f3b7a0, #f29cbb, #e8a1c2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7e7a6, #f9d59f, #f3b7a0, #f29cbb, #e8a1c2);
}

Pink Glisten color palette created on .