Bittersweet Shades カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Bittersweet Shades palette

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

Bittersweet Shades カラーパレット (PNG) をダウンロード

Download bittersweet shades color palette PNG image (landscape)
Download bittersweet shades color palette PNG image (square)

Bittersweet Shades カラーパレット CSS

/* CSS */
.color-1 {
color: #fe6d5d;
}
.color-2 {
color: #f9a96c;
}
.color-3 {
color: #f9d86c;
}
.color-4 {
color: #a4d66b;
}
.color-5 {
color: #6cf9a9;
}

/* CSS Variables */
:root {
--color-1: #fe6d5d;
--color-2: #f9a96c;
--color-3: #f9d86c;
--color-4: #a4d66b;
--color-5: #6cf9a9;
}

Bittersweet Shades の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fe6d5d, #f9a96c, #f9d86c, #a4d66b, #6cf9a9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fe6d5d, #f9a96c, #f9d86c, #a4d66b, #6cf9a9);
}

Bittersweet Shades color palette created on .