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