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