Shades of Pink カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Shades of Pink palette
Shades of Pink カラーパレット CSS
/* CSS */
.color-1 {
color: #a93759;
}
.color-2 {
color: #a45b8d;
}
.color-3 {
color: #b88eae;
}
.color-4 {
color: #e3b5bf;
}
.color-5 {
color: #f6e1d5;
}
/* CSS Variables */
:root {
--color-1: #a93759;
--color-2: #a45b8d;
--color-3: #b88eae;
--color-4: #e3b5bf;
--color-5: #f6e1d5;
}
Shades of Pink の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a93759, #a45b8d, #b88eae, #e3b5bf, #f6e1d5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a93759, #a45b8d, #b88eae, #e3b5bf, #f6e1d5);
}
似たようなカラーパレット
下にスクロールして200+個のダークカラーパレットを探索しましょう
Shades of Pink color palette created on .