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