Vibrant Forest Fiesta カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Vibrant Forest Fiesta palette

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

Vibrant Forest Fiesta カラーパレット CSS

/* CSS */
.color-1 {
color: #005701;
}
.color-2 {
color: #eb002b;
}
.color-3 {
color: #742c16;
}
.color-4 {
color: #ff6d1f;
}
.color-5 {
color: #f5c400;
}

/* CSS Variables */
:root {
--color-1: #005701;
--color-2: #eb002b;
--color-3: #742c16;
--color-4: #ff6d1f;
--color-5: #f5c400;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #005701, #eb002b, #742c16, #ff6d1f, #f5c400);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #005701, #eb002b, #742c16, #ff6d1f, #f5c400);
}

Vibrant Forest Fiesta color palette created on .