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: #ff3c00;
}
.color-2 {
color: #ff6e00;
}
.color-3 {
color: #ffb300;
}
.color-4 {
color: #4cae4f;
}
.color-5 {
color: #1975d2;
}
/* CSS Variables */
:root {
--color-1: #ff3c00;
--color-2: #ff6e00;
--color-3: #ffb300;
--color-4: #4cae4f;
--color-5: #1975d2;
}
Red and Blue Spiderman の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff3c00, #ff6e00, #ffb300, #4cae4f, #1975d2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff3c00, #ff6e00, #ffb300, #4cae4f, #1975d2);
}
似たようなカラーパレット
Red and Blue Spiderman color palette created on .