Cerulean Dreams Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Cerulean Dreams palette
Cerulean Dreams color palette CSS
/* CSS */
.color-1 {
color: #02a7d4;
}
.color-2 {
color: #007a8a;
}
.color-3 {
color: #00a86b;
}
.color-4 {
color: #ffd900;
}
.color-5 {
color: #ff6e61;
}
/* CSS Variables */
:root {
--color-1: #02a7d4;
--color-2: #007a8a;
--color-3: #00a86b;
--color-4: #ffd900;
--color-5: #ff6e61;
}
Cerulean Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #02a7d4, #007a8a, #00a86b, #ffd900, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #02a7d4, #007a8a, #00a86b, #ffd900, #ff6e61);
}
Similar color palettes
Cerulean Dreams color palette created on .