Vibrant Pink カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Vibrant Pink palette
Vibrant Pink カラーパレット CSS
/* CSS */
.color-1 {
color: #f0c15c;
}
.color-2 {
color: #f6a05a;
}
.color-3 {
color: #e94e77;
}
.color-4 {
color: #a460a2;
}
.color-5 {
color: #5d8eb6;
}
/* CSS Variables */
:root {
--color-1: #f0c15c;
--color-2: #f6a05a;
--color-3: #e94e77;
--color-4: #a460a2;
--color-5: #5d8eb6;
}
Vibrant Pink の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0c15c, #f6a05a, #e94e77, #a460a2, #5d8eb6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0c15c, #f6a05a, #e94e77, #a460a2, #5d8eb6);
}
似たようなカラーパレット
Vibrant Pink color palette created on .