Shades of Pink カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Pink palette

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

Shades of Pink カラーパレット CSS

/* CSS */
.color-1 {
color: #543132;
}
.color-2 {
color: #90514c;
}
.color-3 {
color: #ca8168;
}
.color-4 {
color: #c7875c;
}
.color-5 {
color: #c37a55;
}

/* CSS Variables */
:root {
--color-1: #543132;
--color-2: #90514c;
--color-3: #ca8168;
--color-4: #c7875c;
--color-5: #c37a55;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #543132, #90514c, #ca8168, #c7875c, #c37a55);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #543132, #90514c, #ca8168, #c7875c, #c37a55);
}

似たようなカラーパレット

下にスクロールして1個のDark Brownカラーパレットを探索しましょう

Shades of Pink color palette created on .