Electric Blue Fiesta カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Electric Blue Fiesta palette

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

Electric Blue Fiesta カラーパレット (PNG) をダウンロード

Download electric blue fiesta color palette PNG image (landscape)
Download electric blue fiesta color palette PNG image (square)

Electric Blue Fiesta カラーパレット CSS

/* CSS */
.color-1 {
color: #c6102e;
}
.color-2 {
color: #f7d74b;
}
.color-3 {
color: #0077ff;
}
.color-4 {
color: #e66f00;
}
.color-5 {
color: #ff4d00;
}

/* CSS Variables */
:root {
--color-1: #c6102e;
--color-2: #f7d74b;
--color-3: #0077ff;
--color-4: #e66f00;
--color-5: #ff4d00;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c6102e, #f7d74b, #0077ff, #e66f00, #ff4d00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c6102e, #f7d74b, #0077ff, #e66f00, #ff4d00);
}

Electric Blue Fiesta color palette created on .