Shades of Pink カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Pink palette

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

Shades of Pink カラーパレット CSS

/* CSS */
.color-1 {
color: #ecd198;
}
.color-2 {
color: #e4b358;
}
.color-3 {
color: #a67d9d;
}
.color-4 {
color: #6b4785;
}
.color-5 {
color: #b94b6e;
}

/* CSS Variables */
:root {
--color-1: #ecd198;
--color-2: #e4b358;
--color-3: #a67d9d;
--color-4: #6b4785;
--color-5: #b94b6e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ecd198, #e4b358, #a67d9d, #6b4785, #b94b6e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ecd198, #e4b358, #a67d9d, #6b4785, #b94b6e);
}

Shades of Pink color palette created on .