Cool Breeze カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Cool Breeze palette

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

Cool Breeze カラーパレット CSS

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #a7f6f6;
}
.color-3 {
color: #1c1c1c;
}
.color-4 {
color: #60fbfb;
}
.color-5 {
color: #f5f5f5;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #a7f6f6;
--color-3: #1c1c1c;
--color-4: #60fbfb;
--color-5: #f5f5f5;
}

Cool Breeze の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #a7f6f6, #1c1c1c, #60fbfb, #f5f5f5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #a7f6f6, #1c1c1c, #60fbfb, #f5f5f5);
}

Cool Breeze color palette created on .