Creative Beige カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Creative Beige palette

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

Creative Beige カラーパレット CSS

/* CSS */
.color-1 {
color: #d4a5a5;
}
.color-2 {
color: #f1c84b;
}
.color-3 {
color: #f9e0b9;
}
.color-4 {
color: #a8c5eb;
}
.color-5 {
color: #4a4e68;
}

/* CSS Variables */
:root {
--color-1: #d4a5a5;
--color-2: #f1c84b;
--color-3: #f9e0b9;
--color-4: #a8c5eb;
--color-5: #4a4e68;
}

Creative Beige の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4a5a5, #f1c84b, #f9e0b9, #a8c5eb, #4a4e68);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4a5a5, #f1c84b, #f9e0b9, #a8c5eb, #4a4e68);
}

Creative Beige color palette created on .