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