Cyber Teal Dream カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Cyber Teal Dream palette
カラーインスピレーション
実際のデザインでこのカラーパレットを紹介する画像
Cyber Teal Dream カラーパレット (PNG) をダウンロード
Cyber Teal Dream カラーパレット CSS
/* CSS */
.color-1 {
color: #1b2e5a;
}
.color-2 {
color: #4b9fc3;
}
.color-3 {
color: #7fd4e1;
}
.color-4 {
color: #d3c5e7;
}
.color-5 {
color: #ffffff;
}
/* CSS Variables */
:root {
--color-1: #1b2e5a;
--color-2: #4b9fc3;
--color-3: #7fd4e1;
--color-4: #d3c5e7;
--color-5: #ffffff;
}
Cyber Teal Dream の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b2e5a, #4b9fc3, #7fd4e1, #d3c5e7, #ffffff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b2e5a, #4b9fc3, #7fd4e1, #d3c5e7, #ffffff);
}
似たようなカラーパレット
Cyber Teal Dream color palette created on .