Shades of Blue and Coral Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Shades of Blue and Coral palette
tavolozza dei colori Shades of Blue and Coral CSS
/* CSS */
.color-1 {
color: #a8d6e6;
}
.color-2 {
color: #f1b1b8;
}
.color-3 {
color: #f4a462;
}
.color-4 {
color: #e76e50;
}
.color-5 {
color: #d72839;
}
/* CSS Variables */
:root {
--color-1: #a8d6e6;
--color-2: #f1b1b8;
--color-3: #f4a462;
--color-4: #e76e50;
--color-5: #d72839;
}
CSS con gradiente di sfondo Shades of Blue and Coral
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8d6e6, #f1b1b8, #f4a462, #e76e50, #d72839);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8d6e6, #f1b1b8, #f4a462, #e76e50, #d72839);
}
Tavolozze di colori simili
Shades of Blue and Coral color palette created on .