Cocoa Delight Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Cocoa Delight palette
Cocoa Delight color palette CSS
/* CSS */
.color-1 {
color: #6f4c3e;
}
.color-2 {
color: #a85f2e;
}
.color-3 {
color: #d8b93b;
}
.color-4 {
color: #f1c84b;
}
.color-5 {
color: #f7e1a1;
}
/* CSS Variables */
:root {
--color-1: #6f4c3e;
--color-2: #a85f2e;
--color-3: #d8b93b;
--color-4: #f1c84b;
--color-5: #f7e1a1;
}
Cocoa Delight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6f4c3e, #a85f2e, #d8b93b, #f1c84b, #f7e1a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6f4c3e, #a85f2e, #d8b93b, #f1c84b, #f7e1a1);
}
Similar color palettes
- Spiced Confectionery Delight
- Autumn Harvest Elegance
- Rustic Elegance
- Teal and Terracotta
- Brown Masculinity
- Dark Mocha
- Brown Nougat Cookie
- Sweet Midnight Treats
- Cozy Autumn Embrace
- Rustic Earthtones
- Sunset Serenity Palette
- Autumn's Embrace
- Forest Floor Harmony
- Terra Harmony
- Dark Brown Cacao
- Harvest Whisper
- Furtive Elegance
- Ethereal Elegance
Cocoa Delight color palette created on .