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