Shades of Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Blue palette

このパレットを共有する先:

Shades of Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #0e1a53;
}
.color-2 {
color: #224791;
}
.color-3 {
color: #5da8d0;
}
.color-4 {
color: #de7383;
}
.color-5 {
color: #f7a65f;
}

/* CSS Variables */
:root {
--color-1: #0e1a53;
--color-2: #224791;
--color-3: #5da8d0;
--color-4: #de7383;
--color-5: #f7a65f;
}

Shades of Blue の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0e1a53, #224791, #5da8d0, #de7383, #f7a65f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0e1a53, #224791, #5da8d0, #de7383, #f7a65f);
}

似たようなカラーパレット

下にスクロールして4個の青カラーパレットを探索しましょう

Shades of Blue color palette created on .