Blue Delphi Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Delphi palette

Share this palette to:

Blue Delphi color palette CSS

/* CSS */
.color-1 {
color: #5b8eb9;
}
.color-2 {
color: #a1c6d4;
}
.color-3 {
color: #e5b4a4;
}
.color-4 {
color: #fdae8b;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #5b8eb9;
--color-2: #a1c6d4;
--color-3: #e5b4a4;
--color-4: #fdae8b;
--color-5: #ff6e61;
}

Blue Delphi background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b8eb9, #a1c6d4, #e5b4a4, #fdae8b, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b8eb9, #a1c6d4, #e5b4a4, #fdae8b, #ff6e61);
}

Blue Delphi color palette created on .