Kryptonian Blues カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Kryptonian Blues palette
Kryptonian Blues カラーパレット CSS
/* CSS */
.color-1 {
color: #003ca3;
}
.color-2 {
color: #0073e6;
}
.color-3 {
color: #00a1ff;
}
.color-4 {
color: #00bfff;
}
.color-5 {
color: #1ac2ff;
}
/* CSS Variables */
:root {
--color-1: #003ca3;
--color-2: #0073e6;
--color-3: #00a1ff;
--color-4: #00bfff;
--color-5: #1ac2ff;
}
Kryptonian Blues の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #003ca3, #0073e6, #00a1ff, #00bfff, #1ac2ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #003ca3, #0073e6, #00a1ff, #00bfff, #1ac2ff);
}
似たようなカラーパレット
Kryptonian Blues color palette created on .