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