Vibrant Impressions カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Vibrant Impressions palette

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

Vibrant Impressions カラーパレット CSS

/* CSS */
.color-1 {
color: #ff9900;
}
.color-2 {
color: #f3e13f;
}
.color-3 {
color: #a1d86e;
}
.color-4 {
color: #64b3d8;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #ff9900;
--color-2: #f3e13f;
--color-3: #a1d86e;
--color-4: #64b3d8;
--color-5: #ff6e61;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff9900, #f3e13f, #a1d86e, #64b3d8, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff9900, #f3e13f, #a1d86e, #64b3d8, #ff6e61);
}

Vibrant Impressions color palette created on .