Cool Blue Night カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Cool Blue Night palette
Cool Blue Night カラーパレット CSS
/* CSS */
.color-1 {
color: #1e1e76;
}
.color-2 {
color: #2d398b;
}
.color-3 {
color: #4f5a9c;
}
.color-4 {
color: #697eb5;
}
.color-5 {
color: #a8bbd7;
}
/* CSS Variables */
:root {
--color-1: #1e1e76;
--color-2: #2d398b;
--color-3: #4f5a9c;
--color-4: #697eb5;
--color-5: #a8bbd7;
}
Cool Blue Night の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1e76, #2d398b, #4f5a9c, #697eb5, #a8bbd7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1e76, #2d398b, #4f5a9c, #697eb5, #a8bbd7);
}
似たようなカラーパレット
下にスクロールして70+個のナイトスカイカラーパレットを探索しましょう
Cool Blue Night color palette created on .