April O'Neil Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with April O'Neil palette
April O'Neil color palette PNG image
April O'Neil color palette CSS
/* CSS */
.color-1 {
color: #706657;
}
.color-2 {
color: #707057;
}
.color-3 {
color: #385d80;
}
.color-4 {
color: #2c3e54;
}
.color-5 {
color: #493641;
}
/* CSS Variables */
:root {
--color-1: #706657;
--color-2: #707057;
--color-3: #385d80;
--color-4: #2c3e54;
--color-5: #493641;
}
April O'Neil background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #706657, #707057, #385d80, #2c3e54, #493641);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #706657, #707057, #385d80, #2c3e54, #493641);
}
Similar color palettes
April O'Neil color palette created on .