Cosmic Blue カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Cosmic Blue palette
Cosmic Blue カラーパレット CSS
/* CSS */
.color-1 {
color: #3b5e9b;
}
.color-2 {
color: #4a7cba;
}
.color-3 {
color: #6fd1e7;
}
.color-4 {
color: #f9a94e;
}
.color-5 {
color: #e94e77;
}
/* CSS Variables */
:root {
--color-1: #3b5e9b;
--color-2: #4a7cba;
--color-3: #6fd1e7;
--color-4: #f9a94e;
--color-5: #e94e77;
}
Cosmic Blue の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b5e9b, #4a7cba, #6fd1e7, #f9a94e, #e94e77);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b5e9b, #4a7cba, #6fd1e7, #f9a94e, #e94e77);
}
似たようなカラーパレット
Cosmic Blue color palette created on .