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