Blue Coursera Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Coursera palette

Share this palette to:

Blue Coursera color palette CSS

/* CSS */
.color-1 {
color: #0096db;
}
.color-2 {
color: #00b3aa;
}
.color-3 {
color: #00c29e;
}
.color-4 {
color: #a3d459;
}
.color-5 {
color: #f0d400;
}

/* CSS Variables */
:root {
--color-1: #0096db;
--color-2: #00b3aa;
--color-3: #00c29e;
--color-4: #a3d459;
--color-5: #f0d400;
}

Blue Coursera background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0096db, #00b3aa, #00c29e, #a3d459, #f0d400);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0096db, #00b3aa, #00c29e, #a3d459, #f0d400);
}

Blue Coursera color palette created on .