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