Whispered Cookie Dreams カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispered Cookie Dreams palette

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

Whispered Cookie Dreams カラーパレット CSS

/* CSS */
.color-1 {
color: #f7e8d4;
}
.color-2 {
color: #e6c7b3;
}
.color-3 {
color: #d3a88d;
}
.color-4 {
color: #c59e7d;
}
.color-5 {
color: #b48c64;
}

/* CSS Variables */
:root {
--color-1: #f7e8d4;
--color-2: #e6c7b3;
--color-3: #d3a88d;
--color-4: #c59e7d;
--color-5: #b48c64;
}

Whispered Cookie Dreams の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7e8d4, #e6c7b3, #d3a88d, #c59e7d, #b48c64);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7e8d4, #e6c7b3, #d3a88d, #c59e7d, #b48c64);
}

Whispered Cookie Dreams color palette created on .