Caramelle カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Caramelle palette

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

Caramelle カラー パレット PNG 画像

Download caramelle color palette PNG image (landscape)
Download caramelle color palette PNG image (square)

Caramelle カラーパレット CSS

/* CSS */
.color-1 {
color: #d8a046;
}
.color-2 {
color: #e6b15c;
}
.color-3 {
color: #f1c57e;
}
.color-4 {
color: #f5e0a3;
}
.color-5 {
color: #f8e9b9;
}

/* CSS Variables */
:root {
--color-1: #d8a046;
--color-2: #e6b15c;
--color-3: #f1c57e;
--color-4: #f5e0a3;
--color-5: #f8e9b9;
}

Caramelle の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8a046, #e6b15c, #f1c57e, #f5e0a3, #f8e9b9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8a046, #e6b15c, #f1c57e, #f5e0a3, #f8e9b9);
}

Caramelle color palette created on .