Rebel Tide Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Rebel Tide palette

Share this palette to:

Rebel Tide color palette CSS

/* CSS */
.color-1 {
color: #1c2e6d;
}
.color-2 {
color: #3f6c9d;
}
.color-3 {
color: #69a4c9;
}
.color-4 {
color: #9fd6db;
}
.color-5 {
color: #f5f1e5;
}

/* CSS Variables */
:root {
--color-1: #1c2e6d;
--color-2: #3f6c9d;
--color-3: #69a4c9;
--color-4: #9fd6db;
--color-5: #f5f1e5;
}

Rebel Tide background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c2e6d, #3f6c9d, #69a4c9, #9fd6db, #f5f1e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c2e6d, #3f6c9d, #69a4c9, #9fd6db, #f5f1e5);
}

Rebel Tide color palette created on .