Pink and Blue Harmony Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pink and Blue Harmony palette
Pink and Blue Harmony color palette CSS
/* CSS */
.color-1 {
color: #f49fd3;
}
.color-2 {
color: #f7c5c5;
}
.color-3 {
color: #f9d68b;
}
.color-4 {
color: #9fd2df;
}
.color-5 {
color: #4fa0ba;
}
/* CSS Variables */
:root {
--color-1: #f49fd3;
--color-2: #f7c5c5;
--color-3: #f9d68b;
--color-4: #9fd2df;
--color-5: #4fa0ba;
}
Pink and Blue Harmony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f49fd3, #f7c5c5, #f9d68b, #9fd2df, #4fa0ba);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f49fd3, #f7c5c5, #f9d68b, #9fd2df, #4fa0ba);
}
Similar color palettes
Pink and Blue Harmony color palette created on .