Orange Navy カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Orange Navy palette
Orange Navy カラーパレット CSS
/* CSS */
.color-1 {
color: #ff8c00;
}
.color-2 {
color: #005e99;
}
.color-3 {
color: #0095ff;
}
.color-4 {
color: #ffcc00;
}
.color-5 {
color: #ff4d00;
}
/* CSS Variables */
:root {
--color-1: #ff8c00;
--color-2: #005e99;
--color-3: #0095ff;
--color-4: #ffcc00;
--color-5: #ff4d00;
}
Orange Navy の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff8c00, #005e99, #0095ff, #ffcc00, #ff4d00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff8c00, #005e99, #0095ff, #ffcc00, #ff4d00);
}
似たようなカラーパレット
パレットが見つかりません
別のフィルターを試すか、現在の選択をクリアしてください。
Orange Navy color palette created on .