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