Ocean Whisper カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Ocean Whisper palette

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

Ocean Whisper カラーパレット CSS

/* CSS */
.color-1 {
color: #3a9cd4;
}
.color-2 {
color: #5cc8e0;
}
.color-3 {
color: #8bdad1;
}
.color-4 {
color: #b5f2e4;
}
.color-5 {
color: #f2f7f5;
}

/* CSS Variables */
:root {
--color-1: #3a9cd4;
--color-2: #5cc8e0;
--color-3: #8bdad1;
--color-4: #b5f2e4;
--color-5: #f2f7f5;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a9cd4, #5cc8e0, #8bdad1, #b5f2e4, #f2f7f5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a9cd4, #5cc8e0, #8bdad1, #b5f2e4, #f2f7f5);
}

Ocean Whisper color palette created on .