Royal Blue and Mint Green Delight Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Royal Blue and Mint Green Delight palette
Royal Blue and Mint Green Delight color palette 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;
}
Royal Blue and Mint Green Delight background gradient CSS
/* 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);
}
Similar color palettes
Royal Blue and Mint Green Delight color palette created on .