Cyan Steel カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Cyan Steel palette

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

Cyan Steel カラー パレット PNG 画像

Download cyan steel color palette PNG image (landscape)
Download cyan steel color palette PNG image (square)

Cyan Steel カラーパレット CSS

/* CSS */
.color-1 {
color: #00bdd6;
}
.color-2 {
color: #8a9ba8;
}
.color-3 {
color: #b1c4c1;
}
.color-4 {
color: #e0e0e0;
}
.color-5 {
color: #f5f5f5;
}

/* CSS Variables */
:root {
--color-1: #00bdd6;
--color-2: #8a9ba8;
--color-3: #b1c4c1;
--color-4: #e0e0e0;
--color-5: #f5f5f5;
}

Cyan Steel の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00bdd6, #8a9ba8, #b1c4c1, #e0e0e0, #f5f5f5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00bdd6, #8a9ba8, #b1c4c1, #e0e0e0, #f5f5f5);
}

Cyan Steel color palette created on .