Casper's Breeze カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Casper's Breeze palette

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

Casper's Breeze カラー パレット PNG 画像

Download casper's breeze color palette PNG image (landscape)
Download casper's breeze color palette PNG image (square)

Casper's Breeze カラーパレット CSS

/* CSS */
.color-1 {
color: #adbed1;
}
.color-2 {
color: #a1c4d4;
}
.color-3 {
color: #8ab8d6;
}
.color-4 {
color: #5c9ead;
}
.color-5 {
color: #3b7b8c;
}

/* CSS Variables */
:root {
--color-1: #adbed1;
--color-2: #a1c4d4;
--color-3: #8ab8d6;
--color-4: #5c9ead;
--color-5: #3b7b8c;
}

Casper's Breeze の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #adbed1, #a1c4d4, #8ab8d6, #5c9ead, #3b7b8c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #adbed1, #a1c4d4, #8ab8d6, #5c9ead, #3b7b8c);
}

Casper's Breeze color palette created on .