Destructive Red Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Destructive Red palette
Destructive Red color palette CSS
/* CSS */
.color-1 {
color: #d8544f;
}
.color-2 {
color: #f5a300;
}
.color-3 {
color: #f1c40e;
}
.color-4 {
color: #2ecc70;
}
.color-5 {
color: #3398db;
}
/* CSS Variables */
:root {
--color-1: #d8544f;
--color-2: #f5a300;
--color-3: #f1c40e;
--color-4: #2ecc70;
--color-5: #3398db;
}
Destructive Red background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8544f, #f5a300, #f1c40e, #2ecc70, #3398db);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8544f, #f5a300, #f1c40e, #2ecc70, #3398db);
}
Similar color palettes
Destructive Red color palette created on .