Webslinger Vibes カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Webslinger Vibes palette

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

Webslinger Vibes カラーパレット CSS

/* CSS */
.color-1 {
color: #c92c3c;
}
.color-2 {
color: #2f8fbc;
}
.color-3 {
color: #f1c40e;
}
.color-4 {
color: #e74d3c;
}
.color-5 {
color: #287fb8;
}

/* CSS Variables */
:root {
--color-1: #c92c3c;
--color-2: #2f8fbc;
--color-3: #f1c40e;
--color-4: #e74d3c;
--color-5: #287fb8;
}

Webslinger Vibes の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c92c3c, #2f8fbc, #f1c40e, #e74d3c, #287fb8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c92c3c, #2f8fbc, #f1c40e, #e74d3c, #287fb8);
}

Webslinger Vibes color palette created on .