Blue Social カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Blue Social palette
Blue Social カラーパレット CSS
/* CSS */
.color-1 {
color: #1ca0f2;
}
.color-2 {
color: #ffad1f;
}
.color-3 {
color: #f55f24;
}
.color-4 {
color: #eab8c9;
}
.color-5 {
color: #a9b7d1;
}
/* CSS Variables */
:root {
--color-1: #1ca0f2;
--color-2: #ffad1f;
--color-3: #f55f24;
--color-4: #eab8c9;
--color-5: #a9b7d1;
}
Blue Social の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1ca0f2, #ffad1f, #f55f24, #eab8c9, #a9b7d1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1ca0f2, #ffad1f, #f55f24, #eab8c9, #a9b7d1);
}
似たようなカラーパレット
下にスクロールして400+個のブライトカラーパレットを探索しましょう
Blue Social color palette created on .