Cuddly Canine Comforts Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Cuddly Canine Comforts palette

Share this palette to:

Cuddly Canine Comforts color palette CSS

/* CSS */
.color-1 {
color: #ffcb5c;
}
.color-2 {
color: #ff6d2e;
}
.color-3 {
color: #d83b50;
}
.color-4 {
color: #6a2c90;
}
.color-5 {
color: #2b6c91;
}

/* CSS Variables */
:root {
--color-1: #ffcb5c;
--color-2: #ff6d2e;
--color-3: #d83b50;
--color-4: #6a2c90;
--color-5: #2b6c91;
}

Cuddly Canine Comforts background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffcb5c, #ff6d2e, #d83b50, #6a2c90, #2b6c91);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffcb5c, #ff6d2e, #d83b50, #6a2c90, #2b6c91);
}

Cuddly Canine Comforts color palette created on .