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