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