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