Shades of Pink カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Pink palette

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

Shades of Pink カラーパレット CSS

/* CSS */
.color-1 {
color: #f0b2ca;
}
.color-2 {
color: #d6a4d6;
}
.color-3 {
color: #a2c7e7;
}
.color-4 {
color: #75d1c5;
}
.color-5 {
color: #f0e78e;
}

/* CSS Variables */
:root {
--color-1: #f0b2ca;
--color-2: #d6a4d6;
--color-3: #a2c7e7;
--color-4: #75d1c5;
--color-5: #f0e78e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0b2ca, #d6a4d6, #a2c7e7, #75d1c5, #f0e78e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0b2ca, #d6a4d6, #a2c7e7, #75d1c5, #f0e78e);
}

Shades of Pink color palette created on .