Dreamy Cocoa Delight カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Dreamy Cocoa Delight palette

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

Dreamy Cocoa Delight カラーパレット CSS

/* CSS */
.color-1 {
color: #a15b3a;
}
.color-2 {
color: #d5a66c;
}
.color-3 {
color: #e4d5b9;
}
.color-4 {
color: #f7e3a1;
}
.color-5 {
color: #c4a26e;
}

/* CSS Variables */
:root {
--color-1: #a15b3a;
--color-2: #d5a66c;
--color-3: #e4d5b9;
--color-4: #f7e3a1;
--color-5: #c4a26e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a15b3a, #d5a66c, #e4d5b9, #f7e3a1, #c4a26e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a15b3a, #d5a66c, #e4d5b9, #f7e3a1, #c4a26e);
}

Dreamy Cocoa Delight color palette created on .