Pink Pendant カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pink Pendant palette

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

Pink Pendant カラーパレット CSS

/* CSS */
.color-1 {
color: #f5b042;
}
.color-2 {
color: #f7d06e;
}
.color-3 {
color: #f7e1a1;
}
.color-4 {
color: #e1a3b3;
}
.color-5 {
color: #b45f7c;
}

/* CSS Variables */
:root {
--color-1: #f5b042;
--color-2: #f7d06e;
--color-3: #f7e1a1;
--color-4: #e1a3b3;
--color-5: #b45f7c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5b042, #f7d06e, #f7e1a1, #e1a3b3, #b45f7c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5b042, #f7d06e, #f7e1a1, #e1a3b3, #b45f7c);
}

Pink Pendant color palette created on .