Ocean Sunrise カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Ocean Sunrise palette

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

Ocean Sunrise カラーパレット CSS

/* CSS */
.color-1 {
color: #1d5c8c;
}
.color-2 {
color: #3b8dba;
}
.color-3 {
color: #69b5d8;
}
.color-4 {
color: #f6b83c;
}
.color-5 {
color: #d34d3c;
}

/* CSS Variables */
:root {
--color-1: #1d5c8c;
--color-2: #3b8dba;
--color-3: #69b5d8;
--color-4: #f6b83c;
--color-5: #d34d3c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d5c8c, #3b8dba, #69b5d8, #f6b83c, #d34d3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d5c8c, #3b8dba, #69b5d8, #f6b83c, #d34d3c);
}

Ocean Sunrise color palette created on .