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