Shades of Pink カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Pink palette

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

Shades of Pink カラーパレット CSS

/* CSS */
.color-1 {
color: #f8c749;
}
.color-2 {
color: #f3a35e;
}
.color-3 {
color: #f0867a;
}
.color-4 {
color: #df5390;
}
.color-5 {
color: #c47ccb;
}

/* CSS Variables */
:root {
--color-1: #f8c749;
--color-2: #f3a35e;
--color-3: #f0867a;
--color-4: #df5390;
--color-5: #c47ccb;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8c749, #f3a35e, #f0867a, #df5390, #c47ccb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8c749, #f3a35e, #f0867a, #df5390, #c47ccb);
}

Shades of Pink color palette created on .