Oceanic Ambition カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Oceanic Ambition palette

このパレットを共有する先:

Oceanic Ambition カラーパレット CSS

/* CSS */
.color-1 {
color: #0057a8;
}
.color-2 {
color: #0081c2;
}
.color-3 {
color: #00a5e0;
}
.color-4 {
color: #00b0e0;
}
.color-5 {
color: #00c3eb;
}

/* CSS Variables */
:root {
--color-1: #0057a8;
--color-2: #0081c2;
--color-3: #00a5e0;
--color-4: #00b0e0;
--color-5: #00c3eb;
}

Oceanic Ambition の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0057a8, #0081c2, #00a5e0, #00b0e0, #00c3eb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0057a8, #0081c2, #00a5e0, #00b0e0, #00c3eb);
}

Oceanic Ambition color palette created on .