Shades of Cyan カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Shades of Cyan palette
Shades of Cyan カラーパレット CSS
/* CSS */
.color-1 {
color: #00bdd6;
}
.color-2 {
color: #009ec2;
}
.color-3 {
color: #0095b3;
}
.color-4 {
color: #0083a3;
}
.color-5 {
color: #007494;
}
/* CSS Variables */
:root {
--color-1: #00bdd6;
--color-2: #009ec2;
--color-3: #0095b3;
--color-4: #0083a3;
--color-5: #007494;
}
Shades of Cyan の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00bdd6, #009ec2, #0095b3, #0083a3, #007494);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00bdd6, #009ec2, #0095b3, #0083a3, #007494);
}
似たようなカラーパレット
下にスクロールして70+個のエステティックカラーパレットを探索しましょう
Shades of Cyan color palette created on .