Cerulean Dreamscape Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Cerulean Dreamscape palette
Cerulean Dreamscape color palette CSS
/* CSS */
.color-1 {
color: #a4c2db;
}
.color-2 {
color: #6eb4e2;
}
.color-3 {
color: #4a9cd3;
}
.color-4 {
color: #0092c7;
}
.color-5 {
color: #007a99;
}
/* CSS Variables */
:root {
--color-1: #a4c2db;
--color-2: #6eb4e2;
--color-3: #4a9cd3;
--color-4: #0092c7;
--color-5: #007a99;
}
Cerulean Dreamscape background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4c2db, #6eb4e2, #4a9cd3, #0092c7, #007a99);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4c2db, #6eb4e2, #4a9cd3, #0092c7, #007a99);
}
Similar color palettes
Scroll down to explore 300+ Aesthetic color palettes
Cerulean Dreamscape color palette created on .