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