Vibrant Yellow Pink カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Vibrant Yellow Pink palette
カラーインスピレーション
実際のデザインでこのカラーパレットを紹介する画像
Vibrant Yellow Pink カラーパレット (PNG) をダウンロード
Vibrant Yellow Pink カラーパレット CSS
/* CSS */
.color-1 {
color: #f0a800;
}
.color-2 {
color: #ff6d1f;
}
.color-3 {
color: #ff2990;
}
.color-4 {
color: #c01b70;
}
.color-5 {
color: #7729ff;
}
/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #ff6d1f;
--color-3: #ff2990;
--color-4: #c01b70;
--color-5: #7729ff;
}
Vibrant Yellow Pink の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #ff6d1f, #ff2990, #c01b70, #7729ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #ff6d1f, #ff2990, #c01b70, #7729ff);
}
似たようなカラーパレット
Vibrant Yellow Pink color palette created on .