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