Cottage Garden Dreams カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Cottage Garden Dreams palette

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

Cottage Garden Dreams カラーパレット CSS

/* CSS */
.color-1 {
color: #f0e1b7;
}
.color-2 {
color: #e0b59e;
}
.color-3 {
color: #d29e8e;
}
.color-4 {
color: #b7887b;
}
.color-5 {
color: #7c5a6d;
}

/* CSS Variables */
:root {
--color-1: #f0e1b7;
--color-2: #e0b59e;
--color-3: #d29e8e;
--color-4: #b7887b;
--color-5: #7c5a6d;
}

Cottage Garden Dreams の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e1b7, #e0b59e, #d29e8e, #b7887b, #7c5a6d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e1b7, #e0b59e, #d29e8e, #b7887b, #7c5a6d);
}

Cottage Garden Dreams color palette created on .