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