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