Vibrant Fiesta カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Vibrant Fiesta palette

このパレットを共有する先:

Vibrant Fiesta カラーパレット CSS

/* CSS */
.color-1 {
color: #ff6d1f;
}
.color-2 {
color: #ffcc00;
}
.color-3 {
color: #ffec99;
}
.color-4 {
color: #3dbd94;
}
.color-5 {
color: #0071b8;
}

/* CSS Variables */
:root {
--color-1: #ff6d1f;
--color-2: #ffcc00;
--color-3: #ffec99;
--color-4: #3dbd94;
--color-5: #0071b8;
}

Vibrant Fiesta の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6d1f, #ffcc00, #ffec99, #3dbd94, #0071b8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6d1f, #ffcc00, #ffec99, #3dbd94, #0071b8);
}

似たようなカラーパレット

Vibrant Fiesta color palette created on .