Shades of Pink カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Pink palette

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

Shades of Pink カラーパレット CSS

/* CSS */
.color-1 {
color: #f6a5a2;
}
.color-2 {
color: #f3d5a0;
}
.color-3 {
color: #f0d79e;
}
.color-4 {
color: #b3e0e6;
}
.color-5 {
color: #4abf89;
}

/* CSS Variables */
:root {
--color-1: #f6a5a2;
--color-2: #f3d5a0;
--color-3: #f0d79e;
--color-4: #b3e0e6;
--color-5: #4abf89;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a5a2, #f3d5a0, #f0d79e, #b3e0e6, #4abf89);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a5a2, #f3d5a0, #f0d79e, #b3e0e6, #4abf89);
}

Shades of Pink color palette created on .