Cottage Royalty in Blue Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Cottage Royalty in Blue palette

Condividi questa palette a:

tavolozza dei colori Cottage Royalty in Blue 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;
}

CSS con gradiente di sfondo Cottage Royalty in Blue

/* 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);
}

Cottage Royalty in Blue color palette created on .