Blue Owl Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Owl palette

Share this palette to:

Blue Owl color palette CSS

/* CSS */
.color-1 {
color: #a1c6d4;
}
.color-2 {
color: #b8e0d2;
}
.color-3 {
color: #f2d7b5;
}
.color-4 {
color: #e3b1a1;
}
.color-5 {
color: #c57c93;
}

/* CSS Variables */
:root {
--color-1: #a1c6d4;
--color-2: #b8e0d2;
--color-3: #f2d7b5;
--color-4: #e3b1a1;
--color-5: #c57c93;
}

Blue Owl background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a1c6d4, #b8e0d2, #f2d7b5, #e3b1a1, #c57c93);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a1c6d4, #b8e0d2, #f2d7b5, #e3b1a1, #c57c93);
}

Blue Owl color palette created on .