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