Red and Blue Spiderman カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Red and Blue Spiderman palette

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

Red and Blue Spiderman カラーパレット CSS

/* CSS */
.color-1 {
color: #c92c41;
}
.color-2 {
color: #29509e;
}
.color-3 {
color: #e6a100;
}
.color-4 {
color: #f4b3c2;
}
.color-5 {
color: #5e2b49;
}

/* CSS Variables */
:root {
--color-1: #c92c41;
--color-2: #29509e;
--color-3: #e6a100;
--color-4: #f4b3c2;
--color-5: #5e2b49;
}

Red and Blue Spiderman の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c92c41, #29509e, #e6a100, #f4b3c2, #5e2b49);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c92c41, #29509e, #e6a100, #f4b3c2, #5e2b49);
}

Red and Blue Spiderman color palette created on .