Cottage Royalty in Blue Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Cottage Royalty in Blue palette
Cottage Royalty in Blue color palette CSS
/* CSS */
.color-1 {
color: #1e3a76;
}
.color-2 {
color: #396da7;
}
.color-3 {
color: #84b2e1;
}
.color-4 {
color: #c3dff4;
}
.color-5 {
color: #f0f8ff;
}
/* CSS Variables */
:root {
--color-1: #1e3a76;
--color-2: #396da7;
--color-3: #84b2e1;
--color-4: #c3dff4;
--color-5: #f0f8ff;
}
Cottage Royalty in Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3a76, #396da7, #84b2e1, #c3dff4, #f0f8ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3a76, #396da7, #84b2e1, #c3dff4, #f0f8ff);
}
Similar color palettes
Scroll down to explore 100+ Blue color palettes
Cottage Royalty in Blue color palette created on .