Shades of Pink and Purple Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Shades of Pink and Purple palette
tavolozza dei colori Shades of Pink and Purple CSS
/* CSS */
.color-1 {
color: #ff8052;
}
.color-2 {
color: #ff7092;
}
.color-3 {
color: #ff5c9a;
}
.color-4 {
color: #d35f95;
}
.color-5 {
color: #8a40b5;
}
/* CSS Variables */
:root {
--color-1: #ff8052;
--color-2: #ff7092;
--color-3: #ff5c9a;
--color-4: #d35f95;
--color-5: #8a40b5;
}
CSS con gradiente di sfondo Shades of Pink and Purple
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff8052, #ff7092, #ff5c9a, #d35f95, #8a40b5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff8052, #ff7092, #ff5c9a, #d35f95, #8a40b5);
}
Tavolozze di colori simili
Shades of Pink and Purple color palette created on .