Cameron Aubernon Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Cameron Aubernon palette

Share this palette to:

Cameron Aubernon color palette PNG image

Download cameron aubernon color palette PNG image (landscape)
Download cameron aubernon color palette PNG image (square)

Cameron Aubernon color palette CSS

/* CSS */
.color-1 {
color: #d87a4b;
}
.color-2 {
color: #e3b46d;
}
.color-3 {
color: #f7e3b1;
}
.color-4 {
color: #a6c8e2;
}
.color-5 {
color: #4c7b94;
}

/* CSS Variables */
:root {
--color-1: #d87a4b;
--color-2: #e3b46d;
--color-3: #f7e3b1;
--color-4: #a6c8e2;
--color-5: #4c7b94;
}

Cameron Aubernon background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d87a4b, #e3b46d, #f7e3b1, #a6c8e2, #4c7b94);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d87a4b, #e3b46d, #f7e3b1, #a6c8e2, #4c7b94);
}

Cameron Aubernon color palette created on .