Clare April Reader Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Clare April Reader palette
Clare April Reader color palette PNG image
Clare April Reader color palette CSS
/* CSS */
.color-1 {
color: #f1a7b7;
}
.color-2 {
color: #f4c19f;
}
.color-3 {
color: #f6e1b6;
}
.color-4 {
color: #a8e1d4;
}
.color-5 {
color: #7ed3c2;
}
/* CSS Variables */
:root {
--color-1: #f1a7b7;
--color-2: #f4c19f;
--color-3: #f6e1b6;
--color-4: #a8e1d4;
--color-5: #7ed3c2;
}
Clare April Reader background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1a7b7, #f4c19f, #f6e1b6, #a8e1d4, #7ed3c2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1a7b7, #f4c19f, #f6e1b6, #a8e1d4, #7ed3c2);
}
Similar color palettes
Clare April Reader color palette created on .