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