Blue Noah Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Noah palette
Color Inspiration
Images that showcase this color palette in real designs
Download Blue Noah Color Palette (PNG)
Blue Noah color palette CSS
/* CSS */
.color-1 {
color: #58b5e4;
}
.color-2 {
color: #90d5d5;
}
.color-3 {
color: #f1e8b7;
}
.color-4 {
color: #f9b9c0;
}
.color-5 {
color: #d8544f;
}
/* CSS Variables */
:root {
--color-1: #58b5e4;
--color-2: #90d5d5;
--color-3: #f1e8b7;
--color-4: #f9b9c0;
--color-5: #d8544f;
}
Blue Noah background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #58b5e4, #90d5d5, #f1e8b7, #f9b9c0, #d8544f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #58b5e4, #90d5d5, #f1e8b7, #f9b9c0, #d8544f);
}
Similar color palettes
Blue Noah color palette created on .