Joey Network Red and Blue Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Joey Network Red and Blue palette
Joey Network Red and Blue color palette PNG image
Joey Network Red and Blue color palette CSS
/* CSS */
.color-1 {
color: #ff4d4d;
}
.color-2 {
color: #ff7f4d;
}
.color-3 {
color: #ffb84d;
}
.color-4 {
color: #4da6ff;
}
.color-5 {
color: #4d8bff;
}
/* CSS Variables */
:root {
--color-1: #ff4d4d;
--color-2: #ff7f4d;
--color-3: #ffb84d;
--color-4: #4da6ff;
--color-5: #4d8bff;
}
Joey Network Red and Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff4d4d, #ff7f4d, #ffb84d, #4da6ff, #4d8bff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff4d4d, #ff7f4d, #ffb84d, #4da6ff, #4d8bff);
}
Similar color palettes
Joey Network Red and Blue color palette created on .