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