Pink and Blue Hippy Tavolozza dei colori
Luminosità
Saturazione
Calore
UI Examples
Explore beautiful UI components with Pink and Blue Hippy palette
Immagine PNG della tavolozza dei colori Pink and Blue Hippy
tavolozza dei colori Pink and Blue Hippy CSS
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #70a3d7;
}
.color-3 {
color: #f6a7b3;
}
.color-4 {
color: #4f7d92;
}
.color-5 {
color: #ffd900;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #70a3d7;
--color-3: #f6a7b3;
--color-4: #4f7d92;
--color-5: #ffd900;
}
CSS con gradiente di sfondo Pink and Blue Hippy
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #70a3d7, #f6a7b3, #4f7d92, #ffd900);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #70a3d7, #f6a7b3, #4f7d92, #ffd900);
}
Tavolozze di colori simili
Pink and Blue Hippy color palette created on .