Shades of Pink カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Pink palette

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

Shades of Pink カラーパレット CSS

/* CSS */
.color-1 {
color: #ffb3d9;
}
.color-2 {
color: #ff99b1;
}
.color-3 {
color: #ff7092;
}
.color-4 {
color: #ff4d6a;
}
.color-5 {
color: #ff295b;
}

/* CSS Variables */
:root {
--color-1: #ffb3d9;
--color-2: #ff99b1;
--color-3: #ff7092;
--color-4: #ff4d6a;
--color-5: #ff295b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb3d9, #ff99b1, #ff7092, #ff4d6a, #ff295b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb3d9, #ff99b1, #ff7092, #ff4d6a, #ff295b);
}

Shades of Pink color palette created on .