Whimsical Cocoa Dreams カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whimsical Cocoa Dreams palette

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

Whimsical Cocoa Dreams カラーパレット CSS

/* CSS */
.color-1 {
color: #d4b4a0;
}
.color-2 {
color: #f0c2b7;
}
.color-3 {
color: #f7e2b0;
}
.color-4 {
color: #b3e0d8;
}
.color-5 {
color: #f4b8e6;
}

/* CSS Variables */
:root {
--color-1: #d4b4a0;
--color-2: #f0c2b7;
--color-3: #f7e2b0;
--color-4: #b3e0d8;
--color-5: #f4b8e6;
}

Whimsical Cocoa Dreams の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4b4a0, #f0c2b7, #f7e2b0, #b3e0d8, #f4b8e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4b4a0, #f0c2b7, #f7e2b0, #b3e0d8, #f4b8e6);
}

Whimsical Cocoa Dreams color palette created on .