April Jones Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with April Jones palette
April Jones color palette PNG image
April Jones color palette CSS
/* CSS */
.color-1 {
color: #f0a800;
}
.color-2 {
color: #f9d348;
}
.color-3 {
color: #f6e1a7;
}
.color-4 {
color: #e4afc7;
}
.color-5 {
color: #d69aab;
}
/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #f9d348;
--color-3: #f6e1a7;
--color-4: #e4afc7;
--color-5: #d69aab;
}
April Jones background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #f9d348, #f6e1a7, #e4afc7, #d69aab);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #f9d348, #f6e1a7, #e4afc7, #d69aab);
}
Similar color palettes
April Jones color palette created on .