Shades of Pink and Blue Tavolozza dei colori
Luminosità
Saturazione
Calore
UI Examples
Explore beautiful UI components with Shades of Pink and Blue palette
tavolozza dei colori Shades of Pink and Blue CSS
/* CSS */
.color-1 {
color: #f5e5d1;
}
.color-2 {
color: #f2a1b6;
}
.color-3 {
color: #a2c7e7;
}
.color-4 {
color: #eab8d1;
}
.color-5 {
color: #c4d3a1;
}
/* CSS Variables */
:root {
--color-1: #f5e5d1;
--color-2: #f2a1b6;
--color-3: #a2c7e7;
--color-4: #eab8d1;
--color-5: #c4d3a1;
}
CSS con gradiente di sfondo Shades of Pink and Blue
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5e5d1, #f2a1b6, #a2c7e7, #eab8d1, #c4d3a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5e5d1, #f2a1b6, #a2c7e7, #eab8d1, #c4d3a1);
}
Tavolozze di colori simili
Scorri verso il basso per esplorare 60+ tavolozzas di colori Estetico
Shades of Pink and Blue color palette created on .