Royal Blue and Mint Green Delight Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Royal Blue and Mint Green Delight palette
tavolozza dei colori Royal Blue and Mint Green Delight CSS
/* CSS */
.color-1 {
color: #1e3a76;
}
.color-2 {
color: #3bb5a1;
}
.color-3 {
color: #75e1d4;
}
.color-4 {
color: #a5f3df;
}
.color-5 {
color: #e0f7fa;
}
/* CSS Variables */
:root {
--color-1: #1e3a76;
--color-2: #3bb5a1;
--color-3: #75e1d4;
--color-4: #a5f3df;
--color-5: #e0f7fa;
}
CSS con gradiente di sfondo Royal Blue and Mint Green Delight
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3a76, #3bb5a1, #75e1d4, #a5f3df, #e0f7fa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3a76, #3bb5a1, #75e1d4, #a5f3df, #e0f7fa);
}
Tavolozze di colori simili
Royal Blue and Mint Green Delight color palette created on .