Courtroom Blues Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Courtroom Blues palette
Courtroom Blues color palette CSS
/* CSS */
.color-1 {
color: #1e4d8f;
}
.color-2 {
color: #4f90c4;
}
.color-3 {
color: #8cb8e3;
}
.color-4 {
color: #d4e9f2;
}
.color-5 {
color: #ffbe4d;
}
/* CSS Variables */
:root {
--color-1: #1e4d8f;
--color-2: #4f90c4;
--color-3: #8cb8e3;
--color-4: #d4e9f2;
--color-5: #ffbe4d;
}
Courtroom Blues background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e4d8f, #4f90c4, #8cb8e3, #d4e9f2, #ffbe4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e4d8f, #4f90c4, #8cb8e3, #d4e9f2, #ffbe4d);
}
Similar color palettes
Courtroom Blues color palette created on .