This palette evokes feelings of digital fortitude and modern technology
Color Adjustments
Cyber-Security-Colors Color Palette CSS
/* CSS */
.color-1 {
color: #2B2D42;
}
.color-2 {
color: #8D99AE;
}
.color-3 {
color: #EF233C;
}
.color-4 {
color: #D50032;
}
.color-5 {
color: #FBAA1D;
}
/* CSS Variables */
:root {
--color-1: #2B2D42;
--color-2: #8D99AE;
--color-3: #EF233C;
--color-4: #D50032;
--color-5: #FBAA1D;
}Cyber-Security-Colors Gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2B2D42, #8D99AE, #EF233C, #D50032, #FBAA1D);
}/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2B2D42, #8D99AE, #EF233C, #D50032, #FBAA1D);
}Cyber-Security-Colors color palette created on .
64 views