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