Shades of Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Blue palette

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

Shades of Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #a4c2db;
}
.color-2 {
color: #e5b8e5;
}
.color-3 {
color: #f6b83c;
}
.color-4 {
color: #f17350;
}
.color-5 {
color: #d9513f;
}

/* CSS Variables */
:root {
--color-1: #a4c2db;
--color-2: #e5b8e5;
--color-3: #f6b83c;
--color-4: #f17350;
--color-5: #d9513f;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4c2db, #e5b8e5, #f6b83c, #f17350, #d9513f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4c2db, #e5b8e5, #f6b83c, #f17350, #d9513f);
}

Shades of Blue color palette created on .