Coral Sky Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Coral Sky palette
tavolozza dei colori Coral Sky CSS
/* CSS */
.color-1 {
color: #f7b3a6;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ffb84d;
}
.color-4 {
color: #6cb4e4;
}
.color-5 {
color: #4b91e2;
}
/* CSS Variables */
:root {
--color-1: #f7b3a6;
--color-2: #ff6e61;
--color-3: #ffb84d;
--color-4: #6cb4e4;
--color-5: #4b91e2;
}
CSS con gradiente di sfondo Coral Sky
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b3a6, #ff6e61, #ffb84d, #6cb4e4, #4b91e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b3a6, #ff6e61, #ffb84d, #6cb4e4, #4b91e2);
}
Tavolozze di colori simili
Coral Sky color palette created on .