Tropical Cocoa Delight カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Tropical Cocoa Delight palette

このパレットを共有する先:

Tropical Cocoa Delight カラーパレット CSS

/* CSS */
.color-1 {
color: #6f4c3e;
}
.color-2 {
color: #d8c5a6;
}
.color-3 {
color: #1abc9c;
}
.color-4 {
color: #f39c12;
}
.color-5 {
color: #e74d3c;
}

/* CSS Variables */
:root {
--color-1: #6f4c3e;
--color-2: #d8c5a6;
--color-3: #1abc9c;
--color-4: #f39c12;
--color-5: #e74d3c;
}

Tropical Cocoa Delight の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6f4c3e, #d8c5a6, #1abc9c, #f39c12, #e74d3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6f4c3e, #d8c5a6, #1abc9c, #f39c12, #e74d3c);
}

Tropical Cocoa Delight color palette created on .