Cypress カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Cypress palette

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

Cypress カラー パレット PNG 画像

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

Cypress カラーパレット CSS

/* CSS */
.color-1 {
color: #4e7e6d;
}
.color-2 {
color: #699b8e;
}
.color-3 {
color: #8dbfb0;
}
.color-4 {
color: #d5e6c6;
}
.color-5 {
color: #f4f9e1;
}

/* CSS Variables */
:root {
--color-1: #4e7e6d;
--color-2: #699b8e;
--color-3: #8dbfb0;
--color-4: #d5e6c6;
--color-5: #f4f9e1;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4e7e6d, #699b8e, #8dbfb0, #d5e6c6, #f4f9e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4e7e6d, #699b8e, #8dbfb0, #d5e6c6, #f4f9e1);
}

Cypress color palette created on .