Pink and Blue Harmony Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Pink and Blue Harmony palette
tavolozza dei colori Pink and Blue Harmony 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;
}
CSS con gradiente di sfondo Pink and Blue Harmony
/* 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);
}
Tavolozze di colori simili
Pink and Blue Harmony color palette created on .