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