Blue Cookie カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue Cookie palette

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

Blue Cookie カラーパレット CSS

/* CSS */
.color-1 {
color: #a2c2e2;
}
.color-2 {
color: #b8d5d4;
}
.color-3 {
color: #e5c59f;
}
.color-4 {
color: #f4c0b3;
}
.color-5 {
color: #f9e7c3;
}

/* CSS Variables */
:root {
--color-1: #a2c2e2;
--color-2: #b8d5d4;
--color-3: #e5c59f;
--color-4: #f4c0b3;
--color-5: #f9e7c3;
}

Blue Cookie の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a2c2e2, #b8d5d4, #e5c59f, #f4c0b3, #f9e7c3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a2c2e2, #b8d5d4, #e5c59f, #f4c0b3, #f9e7c3);
}

Blue Cookie color palette created on .