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