Laboratory Sky Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Laboratory Sky palette

Share this palette to:

Laboratory Sky color palette CSS

/* CSS */
.color-1 {
color: #6b9cff;
}
.color-2 {
color: #a8d8ff;
}
.color-3 {
color: #f5f6fa;
}
.color-4 {
color: #ffcb5c;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #6b9cff;
--color-2: #a8d8ff;
--color-3: #f5f6fa;
--color-4: #ffcb5c;
--color-5: #ff6e61;
}

Laboratory Sky background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6b9cff, #a8d8ff, #f5f6fa, #ffcb5c, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6b9cff, #a8d8ff, #f5f6fa, #ffcb5c, #ff6e61);
}

Laboratory Sky color palette created on .