Royal Ocean カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Royal Ocean palette

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

Royal Ocean カラー パレット PNG 画像

Download royal ocean color palette PNG image (landscape)
Download royal ocean color palette PNG image (square)

Royal Ocean カラーパレット CSS

/* CSS */
.color-1 {
color: #1e3b8a;
}
.color-2 {
color: #3c83f6;
}
.color-3 {
color: #61a6fa;
}
.color-4 {
color: #91c3fd;
}
.color-5 {
color: #dcebfe;
}

/* CSS Variables */
:root {
--color-1: #1e3b8a;
--color-2: #3c83f6;
--color-3: #61a6fa;
--color-4: #91c3fd;
--color-5: #dcebfe;
}

Royal Ocean の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3b8a, #3c83f6, #61a6fa, #91c3fd, #dcebfe);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3b8a, #3c83f6, #61a6fa, #91c3fd, #dcebfe);
}

Royal Ocean color palette created on .