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