Pink and Blue Dreams Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Pink and Blue Dreams palette
tavolozza dei colori Pink and Blue Dreams CSS
/* CSS */
.color-1 {
color: #f7b5a1;
}
.color-2 {
color: #f1a7c8;
}
.color-3 {
color: #a3c7e0;
}
.color-4 {
color: #65b3a4;
}
.color-5 {
color: #ffdf80;
}
/* CSS Variables */
:root {
--color-1: #f7b5a1;
--color-2: #f1a7c8;
--color-3: #a3c7e0;
--color-4: #65b3a4;
--color-5: #ffdf80;
}
CSS con gradiente di sfondo Pink and Blue Dreams
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b5a1, #f1a7c8, #a3c7e0, #65b3a4, #ffdf80);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b5a1, #f1a7c8, #a3c7e0, #65b3a4, #ffdf80);
}
Tavolozze di colori simili
Pink and Blue Dreams color palette created on .