Vibrant Expressions カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Vibrant Expressions palette

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

Vibrant Expressions カラーパレット CSS

/* CSS */
.color-1 {
color: #ffcc00;
}
.color-2 {
color: #ff7142;
}
.color-3 {
color: #ff3d5a;
}
.color-4 {
color: #8d29ff;
}
.color-5 {
color: #1e9cf1;
}

/* CSS Variables */
:root {
--color-1: #ffcc00;
--color-2: #ff7142;
--color-3: #ff3d5a;
--color-4: #8d29ff;
--color-5: #1e9cf1;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffcc00, #ff7142, #ff3d5a, #8d29ff, #1e9cf1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffcc00, #ff7142, #ff3d5a, #8d29ff, #1e9cf1);
}

Vibrant Expressions color palette created on .