Apricot Blossoms Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Apricot Blossoms palette
Color Inspiration
Images that showcase this color palette in real designs
Download Apricot Blossoms Color Palette (PNG)
Apricot Blossoms color palette CSS
/* CSS */
.color-1 {
color: #fcdac5;
}
.color-2 {
color: #f9cda9;
}
.color-3 {
color: #f4b190;
}
.color-4 {
color: #ed9378;
}
.color-5 {
color: #d68066;
}
/* CSS Variables */
:root {
--color-1: #fcdac5;
--color-2: #f9cda9;
--color-3: #f4b190;
--color-4: #ed9378;
--color-5: #d68066;
}
Apricot Blossoms background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fcdac5, #f9cda9, #f4b190, #ed9378, #d68066);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fcdac5, #f9cda9, #f4b190, #ed9378, #d68066);
}
Similar color palettes
Apricot Blossoms color palette created on .