Shades of Cyan カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Shades of Cyan palette
Shades of Cyan カラーパレット (PNG) をダウンロード
Shades of Cyan カラーパレット CSS
/* CSS */
.color-1 {
color: #00ffff;
}
.color-2 {
color: #503c90;
}
.color-3 {
color: #0079a8;
}
.color-4 {
color: #00b2c2;
}
.color-5 {
color: #1f7c8e;
}
/* CSS Variables */
:root {
--color-1: #00ffff;
--color-2: #503c90;
--color-3: #0079a8;
--color-4: #00b2c2;
--color-5: #1f7c8e;
}
Shades of Cyan の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00ffff, #503c90, #0079a8, #00b2c2, #1f7c8e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00ffff, #503c90, #0079a8, #00b2c2, #1f7c8e);
}
似たようなカラーパレット
Shades of Cyan color palette created on .