Blue Dawn Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Dawn palette

Share this palette to:

Blue Dawn color palette CSS

/* CSS */
.color-1 {
color: #a6d8e3;
}
.color-2 {
color: #f3e8b4;
}
.color-3 {
color: #f1b1b6;
}
.color-4 {
color: #f67e7e;
}
.color-5 {
color: #a28bbb;
}

/* CSS Variables */
:root {
--color-1: #a6d8e3;
--color-2: #f3e8b4;
--color-3: #f1b1b6;
--color-4: #f67e7e;
--color-5: #a28bbb;
}

Blue Dawn background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6d8e3, #f3e8b4, #f1b1b6, #f67e7e, #a28bbb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6d8e3, #f3e8b4, #f1b1b6, #f67e7e, #a28bbb);
}

Blue Dawn color palette created on .